Investing app without donate
Install dependencies
pip install -e .
Set env values
DB_URI=postgresql+asyncpg://user:password@localhost/database
AUTH_SECRET_KEY=secret_key
TICKERS_FILE_PATH=tickers.json
Run migrations
alembic upgrade head
Run
uvicorn app.presentation.api:app