-
This repository is simply a mirror of https://github.com/evops-sum25/evops.
-
All development takes place in our organization: https://github.com/evops-sum25.
-
Our progress (kanban) board: https://github.com/orgs/evops-sum25/projects/1.
-
Clone the repository with all submodules.
git clone --recurse-submodules https://github.com/IU-Capstone-Project-2025/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