Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anand2312/quill-server

Quill is a realtime drawing and guessing game
https://github.com/anand2312/quill-server

fastapi redis websockets-server

Last synced: about 1 month ago
JSON representation

Quill is a realtime drawing and guessing game

Awesome Lists containing this project

README

        

# 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`:
```sh
poetry install
```

Install pre-commit hooks:
```sh
poetry run pre-commit install
```

Run the server with:
```sh
poetry run task server
```

Alternativaly, run the server along with the required Postgres and Redis containers with Docker:
```sh
docker compose up
```