Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.96 KB

README.md

File metadata and controls

63 lines (43 loc) · 1.96 KB

Authentication System Using Nodejs

Video Explaination: https://youtu.be/Aj0qVu4-6mo

Tech stack


  • NodeJS
  • ExpressJS
  • MongoDB
  • Mongoose

Features ✨✨


  • SignUp
  • SignIn
  • Check User Profile
  • Reset Password

Url Paths for performing actions 🔗🔗


  • 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

Run the code


$ git clone https://github.com/vishwakarmavineet/Authentication-System
$ cd Authentication-System-Nodejs
$ npm install
$ npm start

🔴HOME


home

🔴SIGNUP


signup

🔴SIGNIN


signIn

🔴HOME AFTER SIGNIN


homeaftersignin

🔴PROFILE


profile

🔴CHANGE PASSWORD


changepass

🔴DATABASE


database