Skip to content

wrrrzr/wolfinvest-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wolfinvest

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

About

Investing app without donate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published