The first hello world ruby on rails
- Ruby
- Rails
- PostgreSql
- Ruby (2.7 or newer)
- Bundle (2.1.4 or newer)
To get a local copy follow these simple example steps.
1.- Open the terminal window and clone the repository using this command:
git clone git@github.com:VicPeralta/hellorails.git
2.- Change the directory to the catalog-of-things directory
cd hellorails
3.- Install the project's dependencies by running this command:
bundle install
4.- Start the server using this command:
rails s
4.- Open the browser at this address:
http://127.0.0.1:3000/
https://evening-forest-11955.herokuapp.com/
👤 Victor Peralta
- GitHub: @VicPeralta
- Twitter: @VicPeralta
- Linkedin: @VicPeralta
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project! The gem is available as open source under the terms of the MIT License.