Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 5 days 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)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#triangular_flag_on_post-deployment)
- [πŸ‘₯ Authors](#authors)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# Hello React-Rails App

**Hello React-Rails App** is a simple app that displays random messages.

## πŸ›  Built With

### Tech Stack

Client

Server

Database

(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:

> Latest version of Ruby: Ruby

> Latest npm version

> Latest yarn version

> Database : PostgreSQL

```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Baayeh/hello-rails-react.git
```

### Install

Install this project with:

```sh
cd hello-rails-react
bundle install
npm install
```

### Usage

To run the project, execute the following command:

```sh
./bin/dev
```

### Deployment

You can deploy this project using:

[Render](https://render.com/)

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Author1**

- GitHub: [Kwasi Baayeh](https://github.com/Baayeh/)
- LinkedIn: [Kwasi Baayeh](https://www.linkedin.com/in/kabaayeh)

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, kindly give it a star⭐️

(back to top)

## πŸ™ Acknowledgments

I would like to thank

- Microverse
- [David Übelacker](https://betterprogramming.pub/react-with-rails-2022-bd28e1fcd355#ad0a)

(back to top)

## πŸ“ License

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

(back to top)