Self-hosted ecosystem with web-UI & Android app mayde with recommendation system to publish and notificate about YOUR events.
Clone the repository with all submodules.
git clone --recurse-submodules https://github.com/evops-sum25/evops.git
Set up the
.env,backend/.env,ml/.env, andwebsite/.envfiles.Run the app with Docker Compose.
docker compose up --build
The services will be available on the following URLs:
- Back end: http://localhost:8080
- Website: http://localhost:3000