A minimal project with a FastAPI backend and a React frontend.
agent/: FastAPI backendfrontend/: React frontend
Build and run with Docker Compose:
docker-compose up --buildThis project uses GitHub Actions for CI/CD. There are two workflows:
- Backend: Builds and pushes the backend Docker image from
agent/. - Frontend: Builds and pushes the frontend Docker image from
frontend/.
See .github/workflows/ for workflow details.