An open API service indexing awesome lists of open source software.

https://github.com/yusufyusie/hello-rails-react

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..
https://github.com/yusufyusie/hello-rails-react

react redux ruby ruby-on-rails

Last synced: 3 months ago
JSON representation

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..

Awesome Lists containing this project

README

          

## 📗 Table of Contents

- [Greeting App ](#greeting-app-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites ](#prerequisites-)
- [Setup ](#setup-)
- [Installation ](#installation-)
- [database ](#database-)
- [Usage ](#usage-)
- [✍️ Authors ](#️-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [💖 Show your support ](#-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#--license-)

# 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

FrontEnd


  • HTML

  • CSS

  • JavaScript

  • React

  • Redux

BackEnd


  • Ruby

Frameworks


  • Rails

Database


  • PostgreSQL

### Key Features

- **Generate random greeting**

(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 [Ruby](https://www.ruby-lang.org/en/), [Rails](https://rubyonrails.org/), [postgres](https://www.postgresql.org/) installed on your machine, and [react](https://react.dev/)

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/yusufyusie/hello-rails-react.git
```

```sh
cd hello-rails-react
```

### Installation

Install this project with:

```sh
bundle install
```

Install node dependencies with:

```sh
npm install
```

Build project with:

```sh
npm run build
```

### database

Create databases and run the migrations with:

```sh
rails db:create
rails db:migrate
rails db:seed
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

## ✍️ Author

👤 **Yesuf Fenta**

- GitHub: [@yusufyusie](https://github.com/yusufyusie)
- Twitter: [@yusufyusie](https://twitter.com/@yusufyusiee)
- LinkedIn: [Yesuf Fenta](https://www.linkedin.com/in/yusufyusie/)
- Frontend Mentor - [@yusufyusie](https://www.frontendmentor.io/profile/yusufyusie)

(back to top)

## 🔭 Future Features

- [ ] **I will add authentication to this project.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/)

(back to top)

## 💖 Show your support

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

(back to top)

## 🙏 Acknowledgments

I would like to thank microverse for serving this opprtunity.

(back to top)

## 📝 License

This project is licensed under the MIT License. See the [MIT](./LICENSE) file for more details.

(back to top)