Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 621 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 621 Bytes

Theatrebel project

Service for storing theatre plays info and adding reviews
API Docs

Stack

  • Kotlin
  • Spring Boot - web framework, DI, IoC
  • Spring Data JPA - data access
  • PostgreSQL - database
  • Liquibase - migrations control system
  • Gradle - build system

Features

  • 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)

README (RU)