Library Management System (July 2025)
- Tech Stack: Java, Maven, Spring Boot, JPA, and MySQL: MySQL
- Github URL: Project Link
- Developed a RESTful Library Management System using Spring Boot and MySQL
- Implemented full CRUD operations for books and user management
- Enabled borrow and return functionality with @ManyToOne relationship
- Used Spring Data JPA and Hibernate for seamless ORM mapping
- Built and tested endpoints using Postman and verified MySQL persistence
- Future plans include integrating role-based login and UI frontend