No description
- Python 97.2%
- Dockerfile 2.3%
- Shell 0.5%
| backend | ||
| config | ||
| db | ||
| examples | ||
| shared | ||
| .gitignore | ||
| .python-version | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| init.sh | ||
| pyproject.toml | ||
| README.md | ||
fsp-finals-backend
How to
- Create
.envwithPOSTGRES_PASSWORD - Add your
openai_keytoconfig/setting.json - Install deps with
rye sync - Build images with
sh init.sh - Spin everything up with
docker-compose up