Django backend that exposes GraphQL API for HomeKeeper
To run this app locally you can run following command:
docker-compose up
Open your browser and go to GraphiQL - an interactive playground for HomeKeeper-backend API. Check out the Docs
section on the right side to see what mutations and queries are available.
You can also install the application locally and run tests:
python3.12 -m venv ./venv/
source ./venv/bin/activate
pip install poetry
poetry install
python3 manage.py test