Service | Stack |
---|---|
migrations | GoLang + Postgres |
service-1 | Python (FastAPI) + PostgreSQL (SQLAlchemy) |
service-2 | Python (FastAPI) + MongoDB (Beanie) |
service-3 | Vue.js |
service-4 | GoLang (Chi) + Redis |
# Bootstrap
./bootstrap.sh
# Install dependencies and setup k8s cluster
./setup.sh
# Deploy
cd k8s/deployments/local
tilt up
Backend (FastAPI + PostgreSQL)
Backend (FastAPI + MongoDB)
Frontend (Vue.js)