Skip to content

Weskerz/speakerfight

 
 

Repository files navigation

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 git@github.com:luanfonceca/speakerfight.git
$ cd speakerfight
$ make setup
$ python manage.py runserver

Docker Installation

Dependencies:
$ git clone git@github.com:luanfonceca/speakerfight.git
$ cd speakerfight
$ docker-compose build
$ docker-compose run web make setup
$ docker-compose up

About

The Easier way to choose the best talks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.0%
  • HTML 24.8%
  • JavaScript 14.1%
  • CSS 13.9%
  • Other 0.2%