Timesheet on terminal
- Python 3.11 +
- Postgresql
- Create database
- Create user(non-superuser)
- Grant access on database to user
- Copy content from
config.toml.example
to a new fileconfig.toml
- Update
config.toml
with your database details - Check database connection
python main.py --check