Skip to content

Latest commit

 

History

History
executable file
·
36 lines (23 loc) · 422 Bytes

README.md

File metadata and controls

executable file
·
36 lines (23 loc) · 422 Bytes

ODArchiver

  • Client:Server Architecture to crawl web ressources

prerequisits

  • npm and node
  • a running mongodb

Quick Start

Get started developing...

# install deps
npm install

# run in development mode
npm run dev

# run tests
npm run test

Run in production mode

  • provide .env file

Compiles the application and starts it in production mode.

npm run build
npm start