Skip to content

Latest commit

History

History
6 lines (6 loc) 路 398 Bytes

File metadata and controls

6 lines (6 loc) 路 398 Bytes

馃殌 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