Quill is a realtime drawing and guessing game.
Try it out: https://quill-teal-omega.vercel.app
Frontend Repo: https://github.com/NoelZak03/quill-frontend
API documentation: https://quill.anand2312.dev/docs
After cloning the repository, install dependencies with poetry
:
poetry install
Install pre-commit hooks:
poetry run pre-commit install
Run the server with:
poetry run task server
Alternativaly, run the server along with the required Postgres and Redis containers with Docker:
docker compose up