MarkusShepherd / diris-server

A mobile adaptation of the popular board game Dixit. Players submit photos either from their camera, from their gallery, or from a selection of publicly available images.

Home Page:https://diris-app.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diris Server

A mobile adaptation of the popular board game Dixit. Players submit photos either from their camera, from their gallery, or from a selection of publicly available images.

Setup

git clone git@gitlab.com:mshepherd/diris-server.git
cd diris-server
./install_deps
./manage.py runserver

In the terminal you should see a URL. Use this to make HTTP requests, e.g., http://localhost:8000/images/.

Note: you may need to wrap your directory in a virtualenv.

App

The frontend code is hosted in its own repository.

About

A mobile adaptation of the popular board game Dixit. Players submit photos either from their camera, from their gallery, or from a selection of publicly available images.

https://diris-app.appspot.com/

License:GNU General Public License v3.0


Languages

Language:JavaScript 81.3%Language:Python 7.6%Language:CSS 7.4%Language:HTML 3.7%