The is a simple Spring MVC application that manages a collection of books. It provides RESTful endpoints for basic CRUD operations on books.
- Retrieve a list of all books
- Retrieve details of a specific book by ID
- Add a new book
- Update an existing book
- Delete a book by ID
- Spring MVC
- Java
- Maven
- JUnit (for testing)
To get started with the BookController project, follow these steps:
- Clone the repository.
- Import into the Intellij IDE
Run the app