Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.16 KB

Manabu List

License: MIT

A Sinatra & ActiveRecord CRUD application for keeping track of all the free online courses that you are currently taking or are interested in taking.

Installation

Getting Started

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

Contributing to Manabu List

To contribute to Manabu List, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'.
  4. Push to the original branch: git push origin <project_name>/<location>.
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.