BookWorm is a modern library management system built using Spring Boot. It allows users to manage books and users efficiently through a RESTful API.
- Add, update, and delete books
- Add, update, and delete users
- View list of available books
- Search books by title or author
- Spring Boot
- Spring Data JPA
- H2 Database (for development, can be easily switched to other databases)
- RESTful API