/CitySportsLeague-Server

[IEEE Vancouver Windows 10 Hackathon] City Sports League

Primary LanguagePythonMIT LicenseMIT

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.