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 bootRunto start the application
The project contains integration tests for the Pizza API. To run the tests, execute ./gradlew test.