speakerfight icon indicating copy to clipboard operation
speakerfight copied to clipboard

The Easier way to choose the best talks.

Speakerfight
The Easier way to choose the best talks.

Gitter


How to Contribute

In case if you want to contribute with code, I recomend you to look at our Roadmap. In that section you will find many issues to help us to keep on track of an awesome project timeline.
See our CONTRIBUTING.md file to understand how we code.

How to Install

After installation, you will have two users created "admin:admin" and "user:user". In order to use the Social Authentication you need to setup the django-allauth by yourself, for security reasons.

Normal Installation

$ git clone [email protected]:luanfonceca/speakerfight.git
$ cd speakerfight
$ make setup
$ python manage.py runserver

Docker Installation

Dependencies:
$ git clone [email protected]:luanfonceca/speakerfight.git
$ cd speakerfight
$ docker-compose build
$ docker-compose run web make setup
$ docker-compose up