Skip to content

bmamatkadyr/spring-boot-testing

Repository files navigation

Pizza Service

This is a Spring Boot application that provides a RESTful API for a Pizza Service.

Technologies Used

  • Java
  • Spring Boot
  • Gradle
  • PostgreSQL

Entities

  • Pizza

API Endpoints

  • /api/pizzas - GET, POST
  • /api/pizzas/{id} - GET, PUT, DELETE

Setup

  1. Clone the repository
  2. Navigate to the project directory
  3. Run ./gradlew bootRun to start the application

Testing

The project contains integration tests for the Pizza API. To run the tests, execute ./gradlew test.

About

Testing Spring Boot app with Testcontainers and RestAssured!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages