5dd41960147c875fcf276af0da1e41ea024b9d13
TuckerF Workolik - Streamlit App
A modern Streamlit application with Postgres-backed authentication and a clean architecture. Includes three pages: See logs, See payload, and Mailer.
Quickstart
- Create a
.envfile from.env.exampleand fill values. - Install dependencies:
pip install -r requirements.txt
- Run the app:
streamlit run app.py
Notes
pages/lives at project root (Streamlit requirement).- All other implementation code is under
app_core/for clean structure.
Description
Languages
Python
99.5%
Dockerfile
0.5%