2025-07-26 11:37:57 -07:00
2025-07-24 10:45:30 -07:00

Thechart

App to manage medication and see the evolution of its effects.

Installation

Install dev environment and dependencies

The Makefile is set to use the fish shell by default, see the section on bash/zsh/csh. The environment will be activated as well, therefore the next section can be skiped, and you can jump to run the app.

make install

Activate the environment according to your shell

bash/zsh/csh

eval $(poetry env activate)

fish

eval (poetry env activate)

or

make shell

Run the app

make run

Build container image

make build

Run unit tests

make test
Description
No description provided
Readme 751 KiB
Languages
Python 98%
Makefile 1%
Dockerfile 0.6%
Shell 0.4%