Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hfaran/citysportsleague-server

[IEEE Vancouver Windows 10 Hackathon] City Sports League
https://github.com/hfaran/citysportsleague-server

Last synced: 3 months ago
JSON representation

[IEEE Vancouver Windows 10 Hackathon] City Sports League

Awesome Lists containing this project

README

        

# 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.

* This is the server backend (a JSON API powered by Tornado-JSON and Pony ORM) for City Sports League written in ~20 hours
* Client can be found at https://github.com/g4-SL/Windows10-GameMatchmaking
* [IEEE Vancouver Windows 10 Hackathon](http://sites.ieee.org/vancouver-cs/archives/357)

## Setup

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

## Usage

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

See the [docs](docs/) directory for API documentation.