A simple web-app that helps me manage my bluray collection. It's structured as three microservices:
- the ui service is developed using ReactJS and deployed on a nginx web server
- the web service is developed with Spring Boot 2
- the persistence layer is managed by a MySQL database
- Docker
- Docker Compose
- git clone
- cd .../mybrcollection
- docker-compose up
After the application is started, it will be available at http://localhost:8079