heliomeiralins / 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 Beerpay

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

Code Health Github Issues Build Status Coverage Status

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

Install

Normal installation

$ git clone git@github.com:luanfonceca/speakerfight.git
$ cd speakerfight
$ pip install -r requirements.txt
$ make setup # we have a fixture for the users...
# username: admin, password: admin;
# username: user, password: user
$ python manage.py runserver

Using Docker

Dependecies

$ git clone git@github.com:luanfonceca/speakerfight.git
$ cd speakerfight
$ docker-compose build
$ docker-compose run web make setup # we have a fixture for the users...
# username: admin, password: admin;
# username: user, password: user
$ docker-compose up

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 47.9%Language:HTML 27.5%Language:CSS 19.0%Language:JavaScript 5.5%Language:Makefile 0.1%