Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elubow/bjjdb
- Owner: elubow
- Created: 2018-08-31T03:08:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T08:57:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T08:48:52.521Z (almost 2 years ago)
- Topics: bjj, jiu-jitsu, rails5
- Language: Ruby
- Homepage: http://need.bjj.help/
- Size: 25.7 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
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.1Getting 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.