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

https://github.com/hanasabih/hello-rails

This project models a practice of the MVC model using Ruby on Rails. Knowing that we have a clear path from the browser to the routes file to the Controller action, which can pull data from the database through the Model and create an instance variable that is then sent to the View to be displayed to the user.
https://github.com/hanasabih/hello-rails

postgresql ruby ruby-on-rails

Last synced: 2 months ago
JSON representation

This project models a practice of the MVC model using Ruby on Rails. Knowing that we have a clear path from the browser to the routes file to the Controller action, which can pull data from the database through the Model and create an instance variable that is then sent to the View to be displayed to the user.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)

# 📖 Hello Rails

> This project models a practice of the MVC model using Ruby on Rails.
> Knowing that we have a clear path from the browser to the routes file
> to the Controller action, which can pull data from the database
> through the Model and create an instance variable that is then sent to
> the View to be displayed to the user.
## 🛠 Built With

### Tech Stack

> Here are the tech stacks applied in this project.

Languages

Database

### Key Features
> This repo was used to practice the following:
- Creating a new Ruby-on-Rails app called `hellorails`.
- Initializing the app with Git.
- Setting up the app with Postgres database.
- Running `rails server` to use the app on [http://localhost:3000/](http://localhost:3000/) in the browser!

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:

- Install Ruby on your computer (machine)

### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/HanaSabih/Hello-Rails.git
cd Hello-Rails
```
### Install
Install this project with:
```sh
gem install bundler
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
- For more information please visit [Ruby-on-Rails](https://rubyonrails.org/).

(back to top)

## 👥 Authors
👤 **Hana Sabih**

- GitHub: [Github](https://github.com/HanaSabih)
- Twitter: [Twister](https://twitter.com/HanaSabih)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/HanaSabih/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)