pip install -r requirements.txt
You must have environment file with correct values to run server properly, here is example
DB_URI=postgresql://postgres:testtest@localhost:5432/postgres
BACKEND_CORS_ORIGINS=http://localhost, http://localhost:8000
SECRET_KEY=some_secret_key # can be generated using openssl
[email protected]
FIRST_SUPERUSER_PASSWORD=testtest
alembic upgrade head
python app.py
After first run it will create superuser based on .env file