Collabothon 2024 Repository
cd backend/
poetry shell
poetry install
docker compose up --build
To create new migration simply run
alembic revision --autogenerate -m "example comment"
alembic upgrade head
Api documentation is at http://0.0.0.0:8000/docs#
if run from docker without modifications