This is a new kind of 'Hello World!' app. For this exercise I'm going to create a React front-end with a Rails back-end each in a separate repo and connect them to display a random message.
- Ruby on Rails
- PostgreSQL
To get a local copy on this project on your machine follow these steps
- Open your terminal
- Run this command:
git clone https://github.com/devMahmoud/hello-rails-back-end.git
- Make sure Ruby is installed.
- Make sure PostgreSQL is installed.
- Navigate to project folder:
cd hello-rails-back-end
- Install dependencies:
bundle install
- Run this command to start the server:
rails s
- Open
http://127.0.0.1:3000
in your browser. - Enjoy!
👤 Mahmoud Makhlouf
- GitHub: @devMahmoud
- LinkedIn: Mahmoud Makhlouf
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.