Skip to content
Milestone 1 implemented

4 microservices implemented [account, genre, movie, rating]
Each implementation includes:
- rest controller
- service
- working JPA repository
- DB entities
- DTOs
- tests for rest controller and service