This exercise is about creating a "Hello World" application to display a random message. The back-end is built with Rails and the front-end with React as a single project.
- Ruby on Rails
- PostgreSQL
- ReactJS
- Redux
To get a local copy up and running follow these simple steps:
- Ruby ruby-3.1.2 installed
- PostgreSQL dbms running
-
Open your terminal and navigate to the folder you would like to save the project.
-
Type these commands into the terminal:
git clone https://github.com/ABDULALI3468/hello-rails-react.git
cd hello-rails-react
bundle install
npm install
- Type this commands into the terminal to create database and migrations:
rails db:create db:migrate
- Type this command into the terminal to run the server:
npm run build
rails s
- Open your web browser at http://127.0.0.1:3000/
👤 ABDUL ALI
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse for the motivation.
This project is MIT licensed.