Skip to content

jamesstidard/Dixtionary-Server

Repository files navigation

Dixtionary

A graphql server for a pictionary type online game.

Production branches are hosted at:

Prerequisites

This server requires Python 3.7 and a redis server to run. Dependencies are also managed by Pipenv, so you'll need that to.

if you have docker docker run --rm -p 6379:6379/tcp redis:latest should do it.

Summoning Ritual

$ poetry install
$ poetry run python -m dixtionary

About

Pictionary GraphQL Sanic Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published