Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elubow/bjjdb

Organization of the publicly posted BJJ videos on the internet
https://github.com/elubow/bjjdb

bjj jiu-jitsu rails5

Last synced: about 2 months ago
JSON representation

Organization of the publicly posted BJJ videos on the internet

Awesome Lists containing this project

README

        

Need BJJ Help
================
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/.

Ruby on Rails
-------------

This application requires:

- Ruby 2.5.3
- Rails 5.2.1

Getting Started
---------------
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.

Testing
-------------
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.

Issues
-------------
Use Github issues to file any issues that you find with the site. Suggestions are taken as well.

Contributing
------------
If you want to contribute, pick up a ticket that is labeled `Help Wanted` or `Good First Issue` and create a pull request.