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

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

Practice to connect react with rails.
https://github.com/cesarherr/hello-rails-react

Last synced: 12 months ago
JSON representation

Practice to connect react with rails.

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)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [Run Tests](#tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Hello rails react

**Hello rails react** In this project I implemented a basic connection between a Ruby on Rails back-end and React front-end..

## 🛠 Built With

### Tech Stack

Ruby

Rails

PostgreSQL

React

### Key Features

- **Ruby on rails**

- **React redux**

- **React router**

- **Redux**

- **Postgresql**

- **WebPack**

(back to top)

(back to top)

## 💻 Getting Started

This repository includes files with ruby lenguage and SQL.

### Prerequisites

In order to run this project you need to have Ruby installed, check [this](https://github.com/CesarHerr/blogApp.git) documentation in order to know how to install it.

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/CesarHerr/hello-rails-react
```

### Usage

To run the server

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

To check the linters you can use the command:

```sh
rubocop
```

To fix the linter use: # README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

* Node dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...

```sh
rubocop -A
```

(back to top)

## 👥 Authors

👤 **Cesar Herrera**
- GitHub: [@CesarHerr](https://github.com/CesarHerr)
- LinkedIn: [Cesarherr](https://www.linkedin.com/in/cesarHerr/)

(back to top)

## 🔭 Future Features

- [] **Deploy**
- [] **Give some Styling**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/CesarHerr/hello-rails-react/issues).

(back to top)

## ⭐️ Show your support

If you like this project you could clone the repo and work with it or do the changes in a new branch. Also you could let a message with your thoughts.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for providing the necessary resources and all the effort from each member to complete this project.

(back to top)

## 📝 License

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

(back to top)