- Client:Server Architecture to crawl web ressources
- npm and node
- a running mongodb
Get started developing...
# install deps
npm install
# run in development mode
npm run dev
# run tests
npm run test
- provide .env file
Compiles the application and starts it in production mode.
npm run build
npm start