Dev for handling stonk data so i can figure all this out web wise.
Go to file
Chase Eller ac007fb1e6
in progress
2026-04-14 20:37:42 -04:00
.vscode Init Of work 2026-04-13 04:33:39 -04:00
static in progress 2026-04-14 20:37:42 -04:00
templates in progress 2026-04-14 20:37:42 -04:00
.gitignore Init Of work 2026-04-13 04:33:39 -04:00
README.md Init Of work 2026-04-13 04:33:39 -04:00
dockerfile Init Of work 2026-04-13 04:33:39 -04:00
main.py in progress 2026-04-14 20:37:42 -04:00
requirements.txt Init Of work 2026-04-13 04:33:39 -04:00

README.md

stonk GUI App

Setup

  1. Install dependencies: pip install -r requirements.txt

  2. Update .env with your Authentik details

  3. Update DB connection string in main.py

  4. Run: uvicorn main:app --reload

  5. Open: http://localhost:8000