No description
  • Python 97.2%
  • Dockerfile 2.3%
  • Shell 0.5%
Find a file
Michael Chernigin b6a76e1080
README.md
2023-12-09 21:31:31 +03:00
backend Merge pull request #11 from csit-sgu/containers 2023-12-09 18:56:08 +04:00
config Вроде бы готово 2023-12-09 17:38:47 +03:00
db Merge pull request #11 from csit-sgu/containers 2023-12-09 18:56:08 +04:00
examples Небольшие фиксы 2023-12-09 17:55:46 +03:00
shared Temp fix of attempt creation 2023-12-09 19:24:06 +03:00
.gitignore а 2023-12-09 15:27:07 +03:00
.python-version initial commit 2023-12-08 09:16:49 +03:00
docker-compose.yaml Ручка для поднятия контейнера 2023-12-09 17:37:57 +03:00
Dockerfile Модифицировал шаблон 2023-12-08 12:31:30 +03:00
init.sh хз вернусь ли я к этой ветки когда-то 2023-12-09 17:37:33 +03:00
pyproject.toml Ручка для поднятия контейнера 2023-12-09 17:37:57 +03:00
README.md README.md 2023-12-09 21:31:31 +03:00

fsp-finals-backend

How to

  1. Create .env with POSTGRES_PASSWORD
  2. Add your openai_key to config/setting.json
  3. Install deps with rye sync
  4. Build images with sh init.sh
  5. Spin everything up with docker-compose up

Architecture

image