A basic kata for a CRUD API that can create a Person, retrieve a single person, retrieve all Persons, and delete a Person
The first application in this repository that was built is a Spring Boot application that provides a basic, single RESTful API endpoint /persons. This project uses Spring Web, JPA, and Postgres to provide a basic API example along with various testing methodologies.
This repository uses Bruno as an easy API client to utilize this repository's APIs. Bruno requests are saved in the Git repository and are pre-configured which the necessary environments to run this locally.