hfaran / CitySportsLeague-Server

[IEEE Vancouver Windows 10 Hackathon] City Sports League

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeLikeSports

Create an account. Join a team, or make one and invite friends. Matchmake to get matched for games with teams of a similar skill level. Enter your score to keep it fresh.

Setup

sudo pip install virtualenvwrapper
mkvirtualenv welikesports
pip install -r requirements.txt

Usage

workon welikesports
cd src
./app.py --cookie-secret supersecuresecret --port 8585 --debug

See the docs directory for API documentation.

About

[IEEE Vancouver Windows 10 Hackathon] City Sports League

License:MIT License


Languages

Language:Python 100.0%