- Express - web framework for node
- mongoose - MongoDB object modeling tool
- jsonwebtoken - JSON Web Token implementation
- validator - String validation and sanitization
- ejs - Embedded JavaScript templates
- bcrypt - Library to help you hash passwords
- cookie-parser - Parse HTTP request cookies
- nodemon - Simple monitor script for use during development of a node app.
1.Clone Project and install dependencies
git clone https://github.com/Abhishek971999/Node-Authentication.git
cd Node-Authentication
npm install
2.Start development server through npm
npm run dev