https://github.com/simongideon/hello-world
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.
https://github.com/simongideon/hello-world
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/simongideon/hello-world
- Owner: SimonGideon
- License: mit
- Created: 2023-04-17T20:23:48.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-08T09:03:36.000Z (about 3 years ago)
- Last Synced: 2025-02-07T20:49:24.205Z (over 1 year ago)
- Language: Ruby
- Size: 742 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HELLO WORLD WITH RAILS AND REACT
# 📗 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 (OPTIONAL)](#faq)
- [📝 License](#license)
# 📖 Hello World
- 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.
### Tech Stack
This app was bulit with the follwoing technologies:
Client
Server
Database
### Key Features
This app has the follwoing features.
- **Nivigating on various pages**
- ** Displays greeting to the user**
- **Random greetings**
- [Live Demo Link](https://google.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:myaccount/Hello-world.git
```
### Install
Install this project with:
```sh
cd my-project
gem install
```
### Usage
To run the project, execute the following command:
```sh
rails s
```
### Run tests
To run tests, run the following command:
```sh
bin/rails test test/models/article_test.rb
```
👤 **Simon Gideon**
- GitHub: [@SimonGideon](https://github.com/SimonGideon)
- Twitter: [@Simo_Giddy](https://twitter.com/Simo_Giddy)
- LinkedIn: [mnayi-gideon](https://linkedin.com/in/mnayi-gideon)
> Describe 1 - 3 features you will add to the project.
- [ ] **Implement user interactions**
- [ ] **Registration**
- [ ] **Leaving a comment**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project feel free to star and also fork to have your local copy.
I would like to thank me for the efforts made in this prokject.
- **How can I clone the repo**
- Refer to the project set up informations
- **Do you take in partners for contributions**
- Yes, feel free to drop an email to me.
This project is [MIT](./LICENSE) licensed.