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

https://github.com/ciciswann/manabu-list

Sinatra and ActiveRecord CRUD application for keeping track of all the free online courses that you are currently taking or are interested in taking.
https://github.com/ciciswann/manabu-list

activerecord crud-application sinatra-application

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Manabu List
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/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
``` bash
gem install bundler
```
Install all gem dependencies
``` bash
bundle install
```
Run shotgun
``` bash
shotgun
```
Open new tab in browser and type in below:
``` bash
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 `.
3. Make your changes and commit them: `git commit -m ''`.
4. Push to the original branch: `git push origin /`.
5. Create the pull request.

Alternatively see the GitHub documentation on creating a [pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).