Clone the repo:
1. git clone https://github.com/DragonTorus/nodejs-coding-challenge.git
2. cd nodejs-coding-challenge
To start the server please run following commands in terminal:
1. npm install
2. npm start (to start server on default port 3000)
3. npm run test (to run integration testing)
4. npm run test:unit (to run unit tests with covarage)
Node:
MongoDB user is temporal and valid 1 week, if you have problem with connection to database,
please contact with me or set the mongodb connection string as MONGO_CONNECTION environment
variable in your system or in package.json