Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 388 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 388 Bytes

GarageJPA

Simplified garage management. Consists of 7 entities :

  • garage
  • address
  • box
  • car
  • vehicle
  • person
  • rent

The database is created using Spring Boot.

It is uploaded with some initial dataset.

Garage toString() function displays all the contents of the database.

All the repositories are tested using JUnit (h2 test database) & via Maven test.

Maven build project.