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