System to manager the home film library. This project is a backend restful API with Spring Boot 2.
Run following command in project root directory.
- Build and run your app with Compose
$ docker compose up --build -d
- Stop containers
docker compose stop backend db
- Remove containers, networks, images, and volumes
$ docker compose down