A simple time tracking service.
- Docker
Run the app and its dependencies:
docker compose up --build -d
Run the test suite
python -m pytest --cov=app --cov-report=term-missing --cov-branch
To use psql
in the Postgres container, run:
docker exec -it postgres psql -U mash time_tracker
We use SemVer for versioning. For the versions available, see the tags on this repository.
If you want to contribute to this project, please review the code of conduct and contribution guidelines.
- @matthew-shaw (Owner and maintainer)
- @jonodrew
- @ahosgood
- @andymantell
- @annie-birchall
- @joehonywill
- @LlamaComedian
- @mattgirdler
- @russwillis
- @skipster2k2
This software is provided "as-is" without warranty. Support is provided on a "best endeavours" basis by the maintainers and open source community. Please see the contribution guidelines for how to raise a bug report or feature request.