Skip to content

bmamatkadyr/spring-boot-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages