Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haasstefan/insurance-portal-spring
https://github.com/haasstefan/insurance-portal-spring
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/haasstefan/insurance-portal-spring
- Owner: HaasStefan
- Created: 2023-11-19T20:35:54.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-11-24T15:35:39.000Z (12 months ago)
- Last Synced: 2023-11-24T16:35:58.300Z (12 months ago)
- Language: Java
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# insurance-portal-spring
This is my first Spring application that serves as the backend for my frontend: [Angular Frontend](https://github.com/HaasStefan/ng-journal-insurance-portal/)
I tried to implement a solid flow with a good structure for this simple CRUD use case:
1. Controller (DTO)
2. Service Implementation (DTO -> Domain Model)
3. Repository (Domain Model)# Todos
1. DB Migrations using Flyway
1. Dockerize
1. MapStruct