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.
- Host: GitHub
- URL: https://github.com/ciciswann/manabu-list
- Owner: ciciswann
- License: mit
- Created: 2021-01-31T02:12:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T01:08:51.000Z (over 5 years ago)
- Last Synced: 2025-10-25T23:57:40.265Z (8 months ago)
- Topics: activerecord, crud-application, sinatra-application
- Language: HTML
- Homepage:
- Size: 868 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manabu List
[](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).