This application was built to organize all the public BJJ videos available on the internet. The better the organization, the more useful the site becomes. The live application is available on https://need.bjj.help/.
This application requires:
- Ruby 2.5.3
- Rails 5.2.1
Install Ruby and then create a gemset:
- Run
bundle install
Get the docker environment up with Postgres and Redis:
docker-compose up
Create the data to work with:
rake db:create db:seed
Enjoy.
There are very few tests in this project. Please feel free to add them. What little testing there is has been done with FactoryBot and Rspec.
Use Github issues to file any issues that you find with the site. Suggestions are taken as well.
If you want to contribute, pick up a ticket that is labeled Help Wanted
or Good First Issue
and create a pull request.