8000 GitHub - alessandroHenrique/speakerfight: Speakerfight is an arena where the Speakers can fight each other and the people choose who wins.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alessandroHenrique/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 47.5%
  • HTML 27.7%
  • CSS 19.2%
  • JavaScript 5.6%
0