From 7f81fc64c1e0594a2af043aa9f90698f7e304a15 Mon Sep 17 00:00:00 2001 From: Suriya Date: Tue, 7 Apr 2026 12:43:10 +0530 Subject: [PATCH] first commit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c068f73 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +## 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 +1. Create a `.env` file from `.env.example` and fill values. +2. Install dependencies: +``` +pip install -r requirements.txt +``` +3. 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.