The purpose of the application is to act as a scorekeeping and event recording tool for imaginary basketball games.
Requirement specification
Timelog
Changelog
Architecture
Testing document
LLM usage
Latest release
To run the application install the required dependencies with:
poetry install
Enter the virtual environment with:
poetry shell
Run the application with:
poetry run invoke start
To run the tests use:
poetry run invoke test
To access the test coverage report run:
poetry run invoke coverage-report
or
poetry run invoke coverage-report-html