Service for storing theatre plays info and adding reviews
API Docs
- Kotlin
- Spring Boot - web framework, DI, IoC
- Spring Data JPA - data access
- PostgreSQL - database
- Liquibase - migrations control system
- Gradle - build system
- DB migrations
- CRUD operations, DTO-views mapping
- Adding info about plays and writers
- Adding reviews
- Try to solve N+1 problem using Hibernate and Many-To-Many relation (use additional entity for joining table)