A (REST API) system of users and departments, with the following use cases:
- Search all users
- Search for a user by their id
- Insert a new user
- Project created
- Implemented the domain model
- Object-relational mapping with JPA
- Configuration the H2 database
- Creating the REST API endpoints