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

https://github.com/progress2002/hello-rails-react


https://github.com/progress2002/hello-rails-react

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# 📗 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)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Rails React Starter

It is a simple web application demonstrating use of React with Rails.

## 🛠 Built With

### Tech Stack

Client


  • React

Server


  • Ruby-on-Rails

Database


  • Postgres

### Key Features

- Fetch and dispay greetings from API

(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: any web-browser.

### Setup

Clone this project to your desired folder.

```
git clone https://github.com/Progress2002/hello-rails-react.git
```

### Install

Run from a terminal

```
cd hello-rails-react

yarn install

bundle install
```

### Usage

**To run the project follow the following instruction:-**

```
rails db:drop

rails db:create

rails assets:precompile

rails db:migrate

./bin/dev
```

## 👤 Author

👤 **Progress**

- GitHub: [@Progress2002](https://github.com/Progress2002)
- Twitter: [@Progress_2002](https://twitter.com/Progress_2002)
- LinkedIn: [@Progress](https://www.linkedin.com/in/progress-ezeamaka-27b114247)
- Frontend Mentor - [@Progress2002](https://www.frontendmentor.io/profile/progress2002)

## 🔭 Future Features

- [ ] Add more routes to the application

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Progress2002/hello-rails-react/issues).

(back to top)

## ⭐️ Show your support

If you like this project give a ⭐️.

(back to top)

## 🙏 Acknowledgments

All thanks to Microverse for providing guidance for this project.

(back to top)

## 📝 License

This project is [MIT](https://github.com/Progress2002/hello-rails-react/blob/random-greeting/LICENSE) licensed.

(back to top)