A simple note app with crud functionality.
- Created the UI with Pug
- Implemented authentication system using localStrategy of Passport.js.
- Utilized MongoDB for session storage and data storage.
- Validated user data using Express Validator.
- Ensured secure password storage using bcrypt.
Other Tools Used: Nodejs, Mongoose, Render