Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 969 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 969 Bytes

LivreCompra

Spring boot backend application for cinema theatres. This project was created in order to learn how to create a Spring boot MVC application with a database and hibernation.

image image image


Features

  • User authorization and authentication
  • Add movies and movie theatres
  • See detailed information about movie schedules, movies and movie theatres

Technologies

  • Spring Boot Mvc 3+
  • Spring Security 2+
  • Thymeleaf
  • PostgreSQL
  • Spring Data JPA
  • JUnit5, Mockito
  • TestContainers

Setup and Usage

Clone this repo to your desktop and open this project on your IDE and run **ApplicationRunner