A custom Authentication template using mongodb as a database. The Authentication is done using Json web tokens to generate tokens for Authentication and Authorization. The password is encrypted using bcrypt.js
- Clone this repository
- cd into the repository
- run the command docker-compose up -d to build and run.
- docker pull mongo, and then run mongo on port 27017