Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 762 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 762 Bytes

Node.js CI mongodb

codecov

tokenAuthMongo

generate jwt token and persist in mongodb

Instructions to run

  1. Copy a env-sample to .env $ cp env-sample .env
  2. Fill in the variables with your environment configuration
  3. Install dependencies $ npm install
  4. Seed the database $ npm run seeddb
  5. Just start the server $npm run start

Run tests and coverage

  1. Unit tests $ npm t
  2. Coverage tests npm run coverage