first commit
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user