Skip to content

MashSoftware/time-tracker

Repository files navigation

Mash Time Tracker

A simple time tracking service.

Requirements Status

ko-fi

Prerequisites

Required

  • Docker

Getting started

Run with Docker Compose

Run the app and its dependencies:

docker compose up --build -d

Testing

Run the test suite

python -m pytest --cov=app --cov-report=term-missing --cov-branch

Database querying

To use psql in the Postgres container, run:

docker exec -it postgres psql -U mash time_tracker

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

How to contribute

If you want to contribute to this project, please review the code of conduct and contribution guidelines.

Contributors

Thanks

Support

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.