Video Explaination: https://youtu.be/Aj0qVu4-6mo
- NodeJS
- ExpressJS
- MongoDB
- Mongoose
- SignUp
- SignIn
- Check User Profile
- Reset Password
- Home page :- http://localhost:8000/
- SignUp :- http://localhost:8000/users/signup
- SignIn :- http://localhost:8000/users/signIn
- Profile :- http://localhost:8000/users/profile/644d52fdbb4ad87ffff8e9a9
- Change Password :- http://localhost:8000/users/change_password
$ git clone https://github.com/vishwakarmavineet/Authentication-System
$ cd Authentication-System-Nodejs
$ npm install
$ npm start