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

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

This project is and introduction to the various ways rails and react can be connected.
https://github.com/lincoln1883/hello-rails-react

postgresql rails ruby tailwind-css

Last synced: 2 months ago
JSON representation

This project is and introduction to the various ways rails and react can be connected.

Awesome Lists containing this project

README

          


React on Rails


# 📗 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)

# React on Rails
This App is designed to build familiarity with the Ruby on Rails Full-stack framework integration with react, and its concepts and vast echo system. We will cover databases using active records migrations and models using convention over configuration. Then setup test using RSpec testing library.

## 🛠 Built With

### Tech Stack

Ruby

Rails

React

### Key Features

- [ ] Rails MVC.
- [ ] React Views.

(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:

```sh
gem install ruby
```
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd folder
git clone git@github.com:lincoln1883/hello-rails-react.git
```
### Install

Install this project with:
```sh
cd my-project
bundle install
```
```sh
npm install
```
```sh
yarn install
```

(back to top)

## 👥 Authors

👤 **Lincoln Gibson**
- GitHub: [lincoln1883](https://github.com/lincoln1883)
- Twitter: [lincolngibson7](https://twitter.com/lincolngibson7)
- LinkedIn : [lincoln-gibson](https://linkedin.com/in/lincoln-gibson)

(back to top)

## 🔭 Future Features

- **Add API endpoints.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/lincoln1883/blog-app/issues).

(back to top)

## ⭐️ Show your support

- Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

- Thank you Microverse indeed.

(back to top)

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

(back to top)