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.
The front-end for this api service is Hello react front-end
- Ruby on Rails
- PostgreSQL
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-back-end.git
cd hello-rails-back-end
bundle install
Update the confid/database.yml file.
- Type this commands into the terminal:
rails db:create db:reset
- Type this command into the terminal:
rails server
- This is an api only application that works together with the Hello react front-end
👤 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.