This repository is part of the coffee rating application project. The project provides a rating appliation for coffees where its possible to add/delete and rate different coffee beans. The project consists of the following repositories:
- Frontend - A react typescript progressive web app
- Backend - Fastapi based python backend
- Resizer - Python based image resizer listening on kafka messages
- Helm Chart - Helm Chart deploying front and backend together with database and minio hem charts
- GitOps - Gitops repository for ArgoCD reflecting deployed applications for test and prod env
npm run build
./scripts/build.sh
In order to execute local end to end test for the coffee app its possible to start the docker-compose inside the devservice directory that is part of the backend repository.