Skip to content

bbasabana/nodeAuthJWT

Repository files navigation

Build Status Maintainability Test Coverage

Node.js Authenfication with JWT

Technologies

  • NodeJS/Express
  • MongoDB

package to install

  • npm install
  • npm install express
  • npm install dotenv (config all connections)
  • npm install Mongoose (for MongoDB)
  • npm install @hapi/joi (validation)
Config Mongoose
- cluster link help you connect to Database with password
- if your password have @, change it in %40
- If your password in plain-text is p@ssw0rd'9'!, you would need to encode your password as: p%40ssw0rd%279%27%21

Clone the project from github

$ git clone https://github.com/bbasabana/nodeAuthJWT.git

Author

About

Authentification Node API JWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published