Skip to content

The Greeting App is a simple web application built to demonstrate the implementation of a connection between a Ruby on Rails back-end and a React front-end. It generates random greetings and serves as a learning tool for understanding the integration between these two technologies.

License

Notifications You must be signed in to change notification settings

asifaminisonline/Rails-React

Repository files navigation

Hello Rails React

📗 Table of Contents

📖 [Hello Rails React]

The Greeting App is a simple web application built to demonstrate the implementation of a connection between a Ruby on Rails back-end and a React front-end. It generates random greetings and serves as a learning tool for understanding the integration between these two technologies.

🛠 Built With

Tech Stack

Server
Client
Database

Key Features

  • [User can read random greetings]

(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:

To have installed ruby on your computer To have installed rails

 gem install rails

Setup

Clone this repository to your desired folder:

  git clone https://github.com/asifaminisonline/Rails-React.git

Install

Install this project with:

  cd hello-rails-react
  rails db:create db:migrate db:seed
 bundle install
 yarn install
 npm i

Usage

To run the project, execute the following command:

  ./bin/dev

(back to top)

👥 Authors

👤 Asif Amin

(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 you can give it a star ⭐️

(back to top)

🙏 Acknowledgments

I would like to thank microverse for providing all the reading resources to buld this

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

The Greeting App is a simple web application built to demonstrate the implementation of a connection between a Ruby on Rails back-end and a React front-end. It generates random greetings and serves as a learning tool for understanding the integration between these two technologies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages