Skip to content

danizavtz/tokenAuthMongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

generate jwt token and persist in mongodb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors