Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luanfonceca/speakerfight
The Easier way to choose the best talks.
https://github.com/luanfonceca/speakerfight
django python
Last synced: 3 months ago
JSON representation
The Easier way to choose the best talks.
- Host: GitHub
- URL: https://github.com/luanfonceca/speakerfight
- Owner: luanfonceca
- License: mit
- Created: 2014-04-08T21:47:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:02:37.000Z (almost 2 years ago)
- Last Synced: 2024-05-17T23:36:03.377Z (6 months ago)
- Topics: django, python
- Language: Python
- Homepage: http://speakerfight.com
- Size: 5.16 MB
- Stars: 342
- Watchers: 26
- Forks: 140
- Open Issues: 93
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-brazilians - SpeakerFight
README
The Easier way to choose the best talks.
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.
Roadmap Issues
- Review Pull Requests
- Review Issues
- Blogposts
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
```sh
$ git clone [email protected]:luanfonceca/speakerfight.git
$ cd speakerfight
$ make setup
$ python manage.py runserver
```Docker Installation
Dependencies:
```sh
$ git clone [email protected]:luanfonceca/speakerfight.git
$ cd speakerfight
$ docker-compose build
$ docker-compose run web make setup
$ docker-compose up
```