Hello-Rails-React

📗 Table of Contents

📖 Hello-Rails-React

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.

🛠 Built With

  • webpack
  • ruby on rails
  • react

Tech Stack

Client
Frontend
Database

Key Features

  • Users can see different greetings on th page

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone 

Install

Install this project with:

  cd my-project
  gem install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  bin/rails rspec rspec/models/

👥 Authors

👤 Bett Enoch

(back to top)

🔭 Future Features

  • Users can add a greeting
  • Users can delete a greeting
  • Users can edit a greeting

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, please give it a Star ⭐️

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the guidance provided during this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)