An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

> # Hello Rails React

| Project view's shot |
|---------------------------------------|
|

Finance-Tracker login
|

# 📗 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]

> **[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 With

### Tech Stack

Client

Server

Database

### Key Features

- **[React-Integrated Rails Application]**
- **[Random Greeting API]**
- **[React Router for Navigation]**
- **[Redux State Management]**

(back to top)

## 🚀 Live Demo
- [N/A](#)

(back to top)

## 💻 Getting Started

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

(back to top)

##

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
https://github.com/ab-noori/Hello-Rails-React.git
```

(back to top)

### Install

Install this project with:

```sh
bundle install
rails db:create
rails db:migrate
```

(back to top)

### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

### Run tests

To run tests, run the following command:

```sh
rspec spec
```

(back to top)

## 👥 Authors

👤 **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)

(back to top)

## 🔭 Future Features
- [ ] **[Giving a nice bootstrap style]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ab-noori/Hello-Rails-React/issues/new).

(back to top)

## ⭐️ Show your support

If you like this project, give it a star.

(back to top)

## 🙏 Acknowledgments

First, I would like to thank Microverse and my coding partners.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)