This project is still under restructuring. The web client is currently not functioning properly due to changes in the API server. If you are looking for a working version of the application, please check the proof-of-concept branch. Alternatively, if you are interested in tracking progress towards the MVP, please refer to this roadmap.
This project includes automated setup scripts to spin up the entire environment using Docker Compose.
- Docker and Docker Compose installed and running.
- On Windows, ensure Docker Desktop is active.
Windows (PowerShell): Open your terminal and run:
powershell -ExecutionPolicy Bypass -File .\scripts\setup.ps1Linux / macOS (Bash): Open your terminal and run:
chmod +x scripts/setup.sh
./scripts/setup.shManagement View Logs: docker-compose -f deployment/docker-compose.yml logs -f
Stop Services: docker-compose -f deployment/docker-compose.yml down