|
|
||
|---|---|---|
| .vscode | ||
| static | ||
| templates | ||
| .gitignore | ||
| README.md | ||
| dockerfile | ||
| main.py | ||
| requirements.txt | ||
README.md
stonk GUI App
Setup
-
Install dependencies: pip install -r requirements.txt
-
Update .env with your Authentik details
-
Update DB connection string in main.py
-
Run: uvicorn main:app --reload
-
Open: http://localhost:8000