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

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

In this repo I learn how to connect RoR with React by using webpack
https://github.com/tomasesquivelgc/hello-rails-react

Last synced: 3 months ago
JSON representation

In this repo I learn how to connect RoR with React by using webpack

Awesome Lists containing this project

README

        

Hello Rails-React

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸ’» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– Hello Rails-React

**Hello Rails-React** is a random message generator built using RoR and React & Redux with the help of jsbundling-rails gem. The purpouse is to learn how to connect the two for a React front-end and a Ruby back-end-

## πŸ›  Built With

### Tech Stack

Frontend

Backend

Database

### Key Features

- **React components for the front-end**
- **Ruby on Rails database using PostgreSQL**
- **Random message displayed directly from the Ruby API database**

(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 >=3
- Rails >= 7

```sh
bundle install
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:tomasesquivelgc/hello-rails-react.git
```

### Install

Install this project with:

```sh
cd my-project
gem install
```

### Usage

To run the project, execute the following command:

```sh
./bin/dev
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **TomΓ‘s MatΓ­as Esquivel**

- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- Twitter: [@EsquivelTomas](https://twitter.com/EsquivelTomas)
- LinkedIn: [Tomas Esquivel](https://www.linkedin.com/in/tomΓ‘s-esquivel-b2160568/)

(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 leave a star!

(back to top)

## πŸ™ Acknowledgments

I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)