Commit Graph

7 Commits

Author SHA1 Message Date
eb51b221cf refactor: replace Spring Boot with Jooby framework
- Remove Spring Boot dependencies and annotations.
- Implement Jooby MVC controllers and Guice dependency injection.
- Migrate persistence layer to Ebean ORM.
- Configure Flyway migrations and ApiErrorController.
- Update application configuration to HOCON format.
2026-03-02 17:59:30 +01:00
1b55d9ab29 refactor(api): refactor endpoints, services, and domain logic 2025-09-09 19:53:42 +02:00
9f5306545e feat: implement final Experience API 2025-08-27 16:28:23 +02:00
ab40e9a497 feat: implement final Contact API 2025-08-26 17:50:20 +02:00
9ff4b21dd9 feat: implement final Resume API 2025-08-26 17:41:07 +02:00
7f12034174 chore: add minimal implementations for all portfolio API endpoints 2025-08-25 23:04:20 +02:00
5215bf8779 chore: initial commit - project structure with domain, application, infrastructure, bootstrap, and basic dependencies 2025-08-25 21:13:43 +02:00