A Sinatra & ActiveRecord CRUD application for keeping track of all the free online courses that you are currently taking or are interested in taking.
Clone this project into your local machine and follow the instructions below:
Install gem bundler
gem install bundler
Install all gem dependencies
bundle install
Run shotgun
shotgun
Open new tab in browser and type in below:
http://localhost:9393
To contribute to Manabu List, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
. - Push to the original branch:
git push origin <project_name>/<location>
. - Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.