The implementation of this app served to improve and exercise myself in Java and its most important frameworks.
Basic application to manage product orders by customers.
Backend project done with Maven, Spring Boot, JPA / Hibernate and H2.
- Implementation of domain model.
- Structuring logical layers: resource, service, repository.
- Configuring test database (H2).
- Populating the database.
- CRUD - Create, Retrieve, Update, Delete.
- Exception Handling.
- ...