This is an app that facilitates a React front-end to be connected with a Rails back-end to display a random message..
- Random greeting generator API
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Command line or terminal
- IDE such as VsCode.
- Rails needs to be installed on your system.
Clone this repository to your desired folder: Example command:
git https://github.com/chepkok3/hello-rails-back-end
cd hello-rails-back-end
Example command:
cd hello-rails-back-end
bundle install (install all dependencies)
to get random greetings from the API use the following link:
http://localhost:3000/random_greeting
to get random greetings from the frontend follow the follwing steps:
git clone https://github.com/chepkok3/hello-rails-back-end
cd hello-react-front-end
npm install
npm start
👤 Stanley Kibor
- Add jwt authentication
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
-
I would like to thank microverse community for the support and guidance
This project is MIT licensed.