Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 511 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 511 Bytes

KiddyInventory

Inventory API is a subsystem of the Kiddy-enterprise software made for semester three software engineering at Fontys. It communicates with an external authentication API called KiddyBank.

Core aspects

The core aspects of this API is that it can store items that have been obtained by a user. It's also has transfer functionality so that 2 users can transfer items to each other. The API is made with Gradle and Spring and uses Hibernate as ORM.