This project is designed to run easily with Docker. All required services are defined in the docker-compose.yml file.
-
Build and start the containers:
docker compose up -d
-
View running services:
docker compose ps
-
Stop the application:
docker compose down
Tip: Make sure Docker is installed and running on your system before executing these commands.
For advanced usage or troubleshooting, refer to the official Docker documentation.