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.
- Host: GitHub
- URL: https://github.com/hanasabih/hello-rails
- Owner: HanaSabih
- Created: 2023-05-11T15:06:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T08:08:10.000Z (about 2 years ago)
- Last Synced: 2025-02-13T17:22:19.528Z (4 months ago)
- Topics: postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)> 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> 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!
### 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/).
- GitHub: [Github](https://github.com/HanaSabih)
- Twitter: [Twister](https://twitter.com/HanaSabih)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/HanaSabih/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!