generate jwt token and persist in mongodb
- Copy a env-sample to .env
$ cp env-sample .env - Fill in the variables with your environment configuration
- Install dependencies
$ npm install - Seed the database
$ npm run seeddb - Just start the server
$npm run start
- Unit tests
$ npm t - Coverage tests
npm run coverage
