-
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/.env
files. -
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