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.
- Host: GitHub
- URL: https://github.com/cesarherr/hello-rails-react
- Owner: CesarHerr
- License: mit
- Created: 2023-10-23T21:43:43.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-24T13:59:47.000Z (over 2 years ago)
- Last Synced: 2025-01-10T20:47:48.130Z (about 1 year ago)
- Language: Ruby
- Size: 143 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** In this project I implemented a basic connection between a Ruby on Rails back-end and React front-end..
Ruby
Rails
PostgreSQL
React
- **Ruby on rails**
- **React redux**
- **React router**
- **Redux**
- **Postgresql**
- **WebPack**
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
```
👤 **Cesar Herrera**
- GitHub: [@CesarHerr](https://github.com/CesarHerr)
- LinkedIn: [Cesarherr](https://www.linkedin.com/in/cesarHerr/)
- [] **Deploy**
- [] **Give some Styling**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/CesarHerr/hello-rails-react/issues).
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.
I would like to thank Microverse for providing the necessary resources and all the effort from each member to complete this project.
This project is [MIT](./LICENSE) licensed.