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

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


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

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

# πŸ“— Table of Contents

πŸ“— Table of Contents


# πŸ“– Hello Rails React

**Hello Rails React** is a simple web application that demontstrates the use of React and Redux in a Rails application.

## πŸ›  Built With

### Tech Stack

Client

Server

Database

### Key Features

- Displays a random greeting from a rails API endpoint

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

```sh
git
bundle
Your favorite text editor
```

### Setup

Clone this repository to your desired folder:

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

### Install

Install this project with:

```sh
cd hello-rails-react
bundle install
npm install
rails: db:setup - create the database, load the schema, and initialize it with the seed data.
rails: db:migrate - run pending migrations for the current environment.
```

### Usage

To run the project, execute the following command:

```sh
./bin/dev - Compiles the javascript files
rails server - Starts the development server
rails console - Starts the interactive command line
```

### Run tests

To run tests, run the following command:

```sh
rspec - Runs the test suite
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Tebe Tisloh**

- GitHub: [@Booze33](https://github.com/Booze33)
- Twitter: [@twitterhandle](https://twitter.com/Tebe95645832)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tebe-tisloh-847956225)

(back to top)

## πŸ”­ Future Features

- [ ] Add next.js

(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 please leave a star🀩

(back to top)

## πŸ™ Acknowledgments

- [Microverse](https://www.microverse.org/)

(back to top)

## πŸ“ License

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

(back to top)