Project written for Applied Computer Science Allegro engineering of distributed systems course at AGH UST WFiIS.
Semester 9
, year 2023
.
Use docker compose to launch all services:
cd ./docker
docker-compose up
PostgreSQL database can be managed from locally hosted pgAdmin tool.
If the project has been launched with docker-compose
, pgAdmin provides convenient web interface at localhost:5050.
Provide the following credentials to access admin console and PostgreSQL database:
email: admin@admin.com
password: admin
db-password: postgres
RabbitMQ message broker has its official management tool integrated into docker image. The tool can be accessed at localhost:5051.
Credentials:
username: admin
password: admin