Skip to content

hattima-tim/express-note-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

148 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Live: https://express-note-app-hattima-tim.onrender.com/

Contributors