anand2312 / quill-server

Quill is a realtime drawing and guessing game

Home Page:https://quill-teal-omega.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Quill is a realtime drawing and guessing game

https://quill-teal-omega.vercel.app

License:MIT License


Languages

Language:Python 97.4%Language:Mako 1.5%Language:Dockerfile 0.6%Language:Shell 0.5%