https://github.com/said-laasri/hello_react_rails
Hello Rails React is a simple web app that combines functionalities of Ruby on Rails and React. It allows users to get a random greeting from the backend API.
https://github.com/said-laasri/hello_react_rails
database javascript postgresql react redux-thunk ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
Hello Rails React is a simple web app that combines functionalities of Ruby on Rails and React. It allows users to get a random greeting from the backend API.
- Host: GitHub
- URL: https://github.com/said-laasri/hello_react_rails
- Owner: Said-laasri
- License: mit
- Created: 2022-11-21T12:27:32.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2022-11-21T18:27:32.000Z (over 3 years ago)
- Last Synced: 2025-02-02T01:30:04.854Z (over 1 year ago)
- Topics: database, javascript, postgresql, react, redux-thunk, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- 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)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
**Hello Rails React** is a simple web app that combines functionalities of Ruby on Rails and React. It allows users to get a random greeting from the backend API.
Client
Server
Database
- **It allows a user to get random greeting**
- Coming soon
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby development environment
- Rails
- Node
- npm or yarn
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:amejid/hello-react-rails.git
```
### Install
Install this project with:
```sh
cd hello-rails-react
bundle install
yarn install || npm install
```
### Usage
To run the project, execute the following command:
```sh
./bin/dev
```
### Run tests
To run tests, run the following command:
```sh
rspec
```
### Deployment
You can deploy this project using:
```sh
git push heroku main
```
👤 **Said laasri**
- GitHub: [@Said-laasri](https://github.com/Said-laasri)
- Twitter: [@saidlaasr](https://twitter.com/saidlaasr)
- LinkedIn: [SAID LAASRI](https://www.linkedin.com/in/said-laasri-8a4367172/)
- [ ] **It will allow users to record their greeting**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project you can give me a star.
I would like to thank the Microverse curriculum.
This project is [MIT](./MIT.md) licensed.