Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haasstefan/insurance-portal-spring


https://github.com/haasstefan/insurance-portal-spring

Last synced: 8 days ago
JSON representation

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