Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegoh40/hellorails
https://github.com/diegoh40/hellorails
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/diegoh40/hellorails
- Owner: diegoh40
- Created: 2022-11-30T02:29:15.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-30T03:18:07.000Z (about 2 years ago)
- Last Synced: 2024-12-20T18:12:19.405Z (16 days ago)
- Language: Ruby
- Size: 571 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)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ](#faq)
- [π License](#license)# π RUBY ON RAILS, HELLO WORLD!
>As you know by now, 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.
**Hello Rails app**
## π Built With Ruby
Let's put this into practice by creating our very own Rails 'Hello World!' project!
- Ruby on rails
- VSCode
- Git
- GitHub
- Rubocop
> live
- [deploy]()
### Prerequisites
In order to run this project you need:
`gem install rails`### Setup
Clone this repository to your desired folder:
https://github.com/diegoh40/hellorails.git### Install
Install this project with:
`bundle install`### Usage
To run the project, execute the following command:
`rails server`### Run tests
To run tests, run the following command:
`rspec ./spec/[name of file]`π€ **Diego HernΓ‘ndez**
- GitHub: [@diehoh40](https://github.com/diegoh40)
- Twitter: [@Diegoart80](https://twitter.com/Diegoart80)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/diegoarturoh/)Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project...
> Give credit to everyone who inspired your codebase.
I would like to thank...
> Add at least 2 questions new developers would ask when they decide to use your project.
- **[Question_1]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._