Installation
You can install it via Nix:
# Install flake into your profile
nix profile install git+https://git.fsfe.org/TEDective/apiAlternatively, you can clone this repository and build it via Nix yourself:
git clone https://git.fsfe.org/TEDective/api
cd api
nix buildAnother way is to use poetry directly:
poetry install
poetry build