This is a Spring Boot application that provides a RESTful API for a Pizza Service.
- Java
- Spring Boot
- Gradle
- PostgreSQL
- Pizza
/api/pizzas
- GET, POST/api/pizzas/{id}
- GET, PUT, DELETE
- Clone the repository
- Navigate to the project directory
- Run
./gradlew bootRun
to start the application
The project contains integration tests for the Pizza API. To run the tests, execute ./gradlew test
.