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

https://github.com/getssh/hello_rails_react


https://github.com/getssh/hello_rails_react

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 React With Rails ](#-react-with-rails-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 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 ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 React With Rails

**React With Rails** A simple application that build with Ruby on Rails and React Frameworks. It gets random gretting message from backend and render it to the user using react.

## 🛠 Built With

### Tech Stack

Client


  • HTML

  • CSS

  • Javascript

  • React Js

Server


  • Ruby on Rails

Database


  • Postgresql

### Key Features

- **Intergrate rails with react**
- **Simple UI**
- **Beautiful Design**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Setup

Clone the repo into your local machine:

```bash
git clone https://github.com/getssh/hello_rails_react
```

### Prerequisites

In order to run this project you need to:

- Install [Git](https://git-scm.com/)
- Install [Ruby](https://rubyinstaller.org/)
- Install [Rails](https://rubyonrails.org/)

### Install

To install the dependencies run the following command

```bash
bundle install
yarn install
```

### Usage

To start the project execute this command

```bash
./bin/dev
```

### Run tests

To run the tests execute this command

```bash
rspec spec/
```

👆

## 👥 Authors

👨‍💻 **Getayawkal Tamrat**

- GitHub: [@getssh](https://github.com/getssh)
- Twitter: [@GetayawkalT](https://twitter.com/GetayawkalT)
- LinkedIn: [@getayawkal-tamrat](https://www.linkedin.com/in/getayawkal-tamrat/)

👆

## 🔭 Future Features

- **Animations** :eyes:

👆

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

👆

## ⭐️ Show your support

If you like this project leave a start for it.

👆

## 🙏 Acknowledgments

I would like to thank Microverse for helping me in my journey to become a Fullstack developer 🌹

👆

## 📝 License

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

👆