Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 677 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 677 Bytes

Film Library Backend

System to manager the home film library. This project is a backend restful API with Spring Boot 2.

Requirements

Getting started

Run following command in project root directory.

  1. Build and run your app with Compose
$ docker compose up --build -d 
  1. Stop containers
docker compose stop backend db
  1. Remove containers, networks, images, and volumes
$ docker compose down