Skip to content

wagnerjs/speakerfight

 
 

Repository files navigation

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

Normal installation

$ 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

Using Docker

Dependecies

$ git clone git@github.com:luanfonceca/speakerfight.git
$ cd speakerfight
$ docker-compose build
$ docker-compose run web python manage.py migrate # we have a fixture for the users...
$ docker-compose run web python manage.py loaddata deck/fixtures/user.json
# username: admin, password: admin;
# username: user, password: user
$ docker-compose run web python manage.py loaddata deck/fixtures/event.json
$ docker-compose run web python manage.py loaddata deck/fixtures/proposal.json
$ docker-compose run web python manage.py loaddata deck/fixtures/socialapp.json
$ docker-compose up

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.2%
  • HTML 25.2%
  • CSS 20.5%
  • JavaScript 6.1%