Installation git clone https://github.com/bird-exchange/backend.git Running One-time action (if not poetry) pip install poetry poetry config virtualenvs.in-project true Install dependecies poetry init poetry install Configure environment Use .env.default to create .env Start database make db.run Start minio make minio.run Start application make app.run