This project now runs as a local browser-based app on your machine.
- Python 3.11+
- Dependencies from
requirements.txt
pip install -r requirements.txt
python main.pyThen open:
http://127.0.0.1:8000
You can:
- view salary summaries
- browse recent entries
- submit new salary data
If you prefer the old terminal experience, run:
python main.py --cliA Docker setup is still available, but the default local workflow is the browser app above.