- NodeJS/Express
- MongoDB
- npm install
- npm install express
- npm install dotenv (config all connections)
- npm install Mongoose (for MongoDB)
- npm install @hapi/joi (validation)
- 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
$ git clone https://github.com/bbasabana/nodeAuthJWT.git
- (BBasabana) (https://github.com/bbasabana)