This project is an educational application built with Java and the Spring Boot framework. It is designed to demonstrate key concepts in software development.
- Utilizes Spring Boot for rapid development
- Follows MVC architecture
- Incorporates a RESTful API
- Includes data persistence with JPA and H2 database
- Unit tests using JUnit
- ORM is heavily used
The application should be run from src/main/java/rest/api/task/InterviewTask3Application.java
.
By default, the application runs on port 8080.
For detailed objectives and requirements, refer to TaskRequirements.pdf.