hello-rails-react

Hello Rails React is a project that combines the power of Ruby on Rails and React.js to create a dynamic web application with a randomized greeting feature. This project follows a set of requirements to ensure a smooth setup and functionality.

MIT License

Stars
6
Committers
1

📗 Table of Contents

Greeting App

This web app combines React, Rails, and Webpack to provide users with a random greeting upon each visit. React handles the frontend, Rails manages the backend with a RESTful API, and Webpack optimizes asset bundling for a seamless and personalized user experience..

Tech Stack

Key Features

  • Generate random greeting

💻 Getting Started

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

Prerequisites

In order to run this project you need Ruby, Rails, postgres installed on your machine, and react

Setup

Clone this repository to your desired folder:

  git clone https://github.com/lucash2022/hello-rails-react.git
  cd hello-rails-react

Installation

Install this project with:

  bundle install

Install node dependencies with:

npm install

Build project with:

npm run build

database

Create databases and run the migrations with:

  rails db:create
  rails db:migrate
  rails db:seed

Usage

To run the project, execute the following command:

  rails server

✍️ Author

👤 Lucas Erkana

🔭 Future Features

  • I will add authentication to this project.

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page

💖 Show your support

If you like this project, please consider giving it a 🌟.

🙏 Acknowledgments

I would like to thank microverse for serving this opprtunity.

📝 License

This project is MIT licensed.