Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 578 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 578 Bytes

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.dev/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