Skip to content

Example project

While the fully fledged documentation is not ready and the project is in flux, it's better to use the "example" project as the reference.

Run it locally and play with it to get a better understanding of how the library works.

poetry install
cd example
poetry run python manage.py migrate
poetry run python manage.py load_coffee_beans
docker run --rm -d -p 127.0.0.1:6379:6379 redis:latest
poetry run python manage.py runserver

See example.