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

https://github.com/timbar09/hello_react_rails

This is reails-react app that displays random greetings.
https://github.com/timbar09/hello_react_rails

axios postgresql rails-react react ruby-on-rails webpack

Last synced: about 2 months ago
JSON representation

This is reails-react app that displays random greetings.

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)
- [💻 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)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Hello rails react

> This is an app that displays random greetings.

## 🛠 Built With

### Tech Stack

Client

Server

Database


### Key Features

- **Generate random greetings**

> The app is able to generate random greetings for the user.

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

- A text editor.
- To install [Ruby](https://www.ruby-lang.org/en/documentation/installation/).
- To install [Ruby on Rails](https://rubyonrails.org/).
- To install [PostgreSQL](https://www.postgresql.org/).

### Setup

Clone this repository to your desired folder:

```
cd hello-rails-react
git clone https://github.com/Timbar09/Hello_react_rails.git
```

### Install

Install this project with:

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

### Usage

To run the project, execute the following command:

```
./bin/dev
```

(back to top)

## 👥 Authors

| 👤 Author | GitHub | Twitter | LinkedIn |
| :----------- | :--------------------------------------- | :-------------------------------------- | :------------------------------------------------------------ |
| Miles Mosweu | [@Timbar09](https://github.com/Timbar09) | [@Milez09](https://twitter.com/Milez09) | [@miles-mosweu09](https://www.linkedin.com/in/miles-mosweu09) |

(back to top)

## 🔭 Future Features

[ ] **Multilingual Support**

> Implement a feature that enables users to receive greetings in different languages.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/stephenkati/Hello_react_rails/issues).

(back to top)

## ⭐️ Show your support

If you like this project, give it a ⭐️ and let me know what you like in particular.

(back to top)

## 🙏 Acknowledgments

I would like to thank the microverse community for the useful content.

(back to top)

## 📝 License

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

(back to top)