- Create a complete authentication system which can be used as a starter code for creating any new application
- Tech Stack: Node.js,Express,Ejs,bootstrap & Mongo DB
- This a coding Ninjas Skill Test for Back-end
This project is created by Neelabh sharma a full stack developer
Node.js,Express,Ejs,bootstrap & Mongo DB
- Sign up with email
- Sign in (you can redirect to a blank home page with a sign out and reset password button after sign in)
- Sign out
- Reset password after sign in
- The password stored in the db should be encrypted
- Forgot password (you can either generate a random password and send on email, or send a reset password link which expires in some time
To run tests, run the following command
npm start
npm run dev