Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nkaleth/react-rails-webpack

Implement a connection between a Ruby on Rails back-end and React front-end.
https://github.com/nkaleth/react-rails-webpack

Last synced: 5 days ago
JSON representation

Implement a connection between a Ruby on Rails back-end and React front-end.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ ](#faq)
- [📝 License](#license)

# 📖 Hello Rails-React

**Hello Rails-React** is a Project to try the Implementation the connection between a Ruby on Rails back-end and React front-end using Webpack.

## 🛠 Built With

### Tech Stack

Client

Server

Database

React

### Key Features

> Describe between 1-3 key features of the application.

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

(back to top)

## 🚀 Live Demo

- [Not available](https://google.com/)

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:
- [Ruby on Rails](https://rubyonrails.org/) installed and running. To get more information, read the [installation guide](https://guides.rubyonrails.org/).

- [PostgreSQL](https://www.postgresql.org/) installed and running
### Setup

Clone this repository to your desired folder:

```
git clone [email protected]:Nkaleth/react-rails-webpack.git
cd react-rails-webpack
```

### Install

```sh
bundle install
```
```sh
npm install
```

### Usage

To run the project, execute the following command:

```sh
rake db:drop db:create db:migrate db:seed
./bin/dev
```

(back to top)

## 👥 Authors

> Mention all of the collaborators of this project.

👤 **Nilton Segura**

- GitHub: [@Nkaleth](https://github.com/Nkaleth)
- Twitter: [@NoeSeguraL](https://twitter.com/NoeSeguraL)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/niltonsegura/)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- **React and Rails in separate repos**

(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

> Write a message to encourage readers to support your project

If you like this project feel free to fork it and use it as you need and don't forget to start it!.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse!

(back to top)

## ❓ FAQ

- **Can I use the project for any purpose?**

- Yes, you can use this files for anything you need

- **Do I need to ask for permission?**

- No need to ask for permission.

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)