Hello-Rails-React is a a web application where a user can see greetings fetched randomly from an api endpoint. The main objectives of this exercise is to:
- Implement a connection between a Ruby on Rails back-end and React front-end.
- Understand the pros and cons of different approaches of connecting Ruby on Rails back-end with React front-end.
- webpack
- ruby on rails
- react
Client
Frontend
Database
- Users can see different greetings on th page
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone
Install this project with:
cd my-project
gem install
To run the project, execute the following command:
rails server
To run tests, run the following command:
bin/rails rspec rspec/models/
👤 Bett Enoch
- GitHub: @bettenoch
- Twitter: @BybEnoch
- LinkedIn: @GeoIntelligence
- Users can add a greeting
- Users can delete a greeting
- Users can edit a greeting
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give it a Star ⭐️
I would like to thank Microverse for the guidance provided during this project.
This project is MIT licensed.