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.
- Host: GitHub
- URL: https://github.com/lincoln1883/hello-rails-react
- Owner: lincoln1883
- License: mit
- Created: 2023-09-25T17:09:24.000Z (almost 3 years ago)
- Default Branch: development
- Last Pushed: 2023-12-01T20:49:50.000Z (over 2 years ago)
- Last Synced: 2025-06-07T09:04:36.714Z (about 1 year ago)
- Topics: postgresql, rails, ruby, tailwind-css
- Language: Ruby
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
Ruby
Rails
React
- [ ] Rails MVC.
- [ ] React Views.
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
```
👤 **Lincoln Gibson**
- GitHub: [lincoln1883](https://github.com/lincoln1883)
- Twitter: [lincolngibson7](https://twitter.com/lincolngibson7)
- LinkedIn : [lincoln-gibson](https://linkedin.com/in/lincoln-gibson)
- **Add API endpoints.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/lincoln1883/blog-app/issues).
- Give a ⭐️ if you like this project!
- Thank you Microverse indeed.