Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 344 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 344 Bytes

Backend

Project setup

pip3 install --upgrade pip
pip3 install poetry
poetry config virtualenvs.in-project true
poetry shell
poetry install

Run

poetry run uvicorn app.main:api --reload

Populate database (for local development)

While the server is running, run:

python3 populate_db.py [server_url]