🚀 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