Skip to content

bee-joo/theatrebel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages