Skip to content

trinitypranav/EPJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 MVC-based server (https://expresspj.onrender.com)

  • RESTful APIs using Express, input validations with JOI and Mongoose for MongoDB querying
  • JWT-based auth for protected APIs & password hashing using bcrypt + salt
  • Graceful error handling & logging with express-async-errors & Winston respectively
  • ObjectID refs & embedded MongoDB data modeling
  • Unit and integration tests using Jest