A RESTful API built with NestJS, MySQL, and Sequelize ORM to manage a library system. This backend supports user authentication, book management, and loan tracking.
- NestJS for scalable server-side application development
- MySQL with Sequelize ORM for database interactions
- JWT Authentication using cookies
- Swagger UI for API documentation
- Postman collections for API testing
- Heroku deployment with CI/CD pipelines
- Framework: NestJS
- Database: MySQL (Hosted on Azure)
- ORM: Sequelize
- Authentication: JWT (Cookie-based)
- API Documentation: Swagger
- Testing: Postman
- Deployment: Heroku with CI/CD pipelines