landrade / speakerfight

Speakerfight is an arena where the Speakers can fight each other and the people choose who wins.

Home Page:http://speakerfight.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

speakerfight

Join the chat at https://gitter.im/luanfonceca/speakerfight

Speakerfight is an arena where speakers can fight against each other and people choose who wins.

Code Health Github Issues Stories in Ready Build Status Coverage Status

============

Install and Run

$ git clone git@github.com:luanfonceca/speakerfight.git
$ cd speakerfight
$ pip install -r requirements.txt
$ python manage.py migrate # we have a fixture for the users...
$ python manage.py loaddata deck/fixtures/user.json
# username: admin, password: admin;
# username: user, password: user
$ python manage.py loaddata deck/fixtures/event.json
$ python manage.py loaddata deck/fixtures/proposal.json
$ python manage.py loaddata deck/fixtures/socialapp.json
$ python manage.py runserver

About

Speakerfight is an arena where the Speakers can fight each other and the people choose who wins.

http://speakerfight.com

License:MIT License


Languages

Language:Python 48.2%Language:HTML 25.1%Language:CSS 20.5%Language:JavaScript 6.1%