project-root/ │ ├── docker/ │ ├── logstash/ │ │ └── logstash.conf │ └── docker-compose.yml │ ├── src/main/java/com/example ...
The goal of this project is to implement an application called movie-app to manage movies. For it, we will implement a back-end Spring Boot application called movie-api and a font-end React ...