This is a boilerplate for an order management application built with Node.js and TypeScript. It includes REST API versioning, Swagger documentation, Joi input validation, authentication and authorization middlewares, MongoDB for database connectivity, constants management, and unit test cases with Jest.
Refer to Project-Structure.txt
- Node.js
- MongoDB
- Clone the repository
git clone https://github.com/shraddhadev24/nodejs-order-management.git cd nodejs-order-management