https://github.com/ab-noori/hello-rails-react
Hello-Rails-React is a Rails application that integrates React with webpack, utilizing the jsbundling-rails gem. It features a Postgres database for storing five different greetings, with an API endpoint to retrieve a random greeting, all while having a static root view.
https://github.com/ab-noori/hello-rails-react
Last synced: 8 months ago
JSON representation
Hello-Rails-React is a Rails application that integrates React with webpack, utilizing the jsbundling-rails gem. It features a Postgres database for storing five different greetings, with an API endpoint to retrieve a random greeting, all while having a static root view.
- Host: GitHub
- URL: https://github.com/ab-noori/hello-rails-react
- Owner: ab-noori
- License: mit
- Created: 2023-09-25T19:34:07.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-28T10:51:48.000Z (about 2 years ago)
- Last Synced: 2025-01-31T22:41:25.695Z (8 months ago)
- Language: Ruby
- Size: 237 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> # Hello Rails React
| Project view's shot |
|---------------------------------------|
||# 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> **[Hello-Rails-React]** is a Rails application that integrates React with Webpack, utilizing the jsbundling-rails gem. It features a Postgres database for storing five different greetings, with an API endpoint to retrieve a random greeting, all while having a static root view.
## 🛠 Built WithClient
Server
Database
- **[React-Integrated Rails Application]**
- **[Random Greeting API]**
- **[React Router for Navigation]**
- **[Redux State Management]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Ruby on Rails](https://rubyonrails.org/) installed and running. To get more information, read the [installation guide](https://guides.rubyonrails.org/).
- [PostgreSQL](https://www.postgresql.org/) installed and running
##
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
https://github.com/ab-noori/Hello-Rails-React.git
```
### Install
Install this project with:
```sh
bundle install
rails db:create
rails db:migrate
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
rspec spec
```
👤 **Abdul Ali Noori**
- GitHub: [@ab-noori](https://github.com/ab-noori)
- Twitter: [@AbdulAliNoori4](https://twitter.com/AbdulAliNoori4)
- LinkedIn: [abdulali-noori](https://www.linkedin.com/in/abdulali-noori)
## 🔭 Future Features
- [ ] **[Giving a nice bootstrap style]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ab-noori/Hello-Rails-React/issues/new).
If you like this project, give it a star.
First, I would like to thank Microverse and my coding partners.
This project is [MIT](./LICENSE) licensed.