Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Challenge instructions for MinimalAPI

You are a developer working on an existing legacy project

The project is a RESTful API that provides CRUD operations for a list of students

The API is built using Spring Boot 3.2.3

The project have integration tests for the API endpoints

All tests are passing

Step 1: Integrate H2 Database with Hibernate to store the student list

See instructions in the 1-InMemory/README.md

Step 2: Develop 3 new endpoint for the API with unit test

See instructions in the 2-Database/README.md

Step 3: Fix 2 bugs in the source code of this project

See instructions in the 3-Database_With_Bugs/README.md