@@ -16,6 +16,22 @@ This web application serves as a catalogue of movies across several genres. User
-**Administrator Control**: Only administrators have the authority to create, update, or remove movies from the catalogue, ensuring that the database is well-maintained and up-to-date.
-**Administrator Control**: Only administrators have the authority to create, update, or remove movies from the catalogue, ensuring that the database is well-maintained and up-to-date.
## Technologies Used
- Docker
- Spring Boot
- PostgreSQL
- MapStruct
- Grafana
- Prometheus
## Team Members
- Lukas Chudicek (team lead)
- Daniel Nemec
- Mario Straus
- Ecenur Sezer
## Modules
## Modules
The information about each specific module can be found in the README.md file of each module.
The information about each specific module can be found in the README.md file of each module.
@@ -58,6 +74,6 @@ docker-compose up -d
- note that you might need to clear the old images (if any present)
- note that you might need to clear the old images (if any present)
To observe the metrics of the system after the docker containers are up, please visit [Grafana UI](<localhost:3000>) with default credentials _admin:admin_.
To observe the metrics of the system after the docker containers are up, please visit [Grafana UI](https://localhost:3000) with default credentials _admin:admin_.

A [screenshot](documentation/grafana-dashboard.png) of grafana board is also provided in documentation.