A web server that greets you in five different languages
- Ruby
- Rails
To get a local copy follow these simple example steps.
1.- Open the terminal window and clone the repository using this command:
git@github.com:VicPeralta/hello-rails-back-end.git
2.- Change the directory to the hello-rails-back-end directory
cd hello-rails-back-end
3.- Install the project's dependencies by running this command:
bundle install
4.- Start the server at http://127.0.0.1:3100
with this command:
rails s -p3100
5.- To see the code open the project in the code editor of your preference.
Get the cliente repo at client
👤 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!
- A special thank for @fernandorpm for this amazing README template
This project is MIT licensed.