Book API is a simple API for managing books and authors, it allows you to create, read, update and delete both books and authors. You can also link and unlink them, as well as retrieve authors of a book and vice versa. It's made using Spring Boot, Spring MVC, Spring Data JPA, Spring Rest Docs, JUnit and H2Database.
- Java 17
Clone the project
git clone https://github.com/AugustoRavazoli/book-api.git
Go to the project directory
cd book-api
Start the application
./gradlew bootRun
If you are using Windows, run this instead
gradlew.bat bootRun
You can check the documentation here.
This project is licensed under the MIT License - see the LICENSE file for details.