Skip to content

anand2312/quill-server

Repository files navigation

quill-server

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.xyz/docs

Setup

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