Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# hello-rails-react

> Practicing with react and rails, setting up a new single project with react-rails gem.

## Built With

- Ruby on Rails
- REACT
- REDUX

## Getting Started

### Prerequisites

- Ruby
- Postgres server
- node

### Setup

Clone this repo and enter the directory.

```sh
git clone [email protected]:eapenzacharias/hello-rails-react.git && cd hello-rails-react
```

### Install

Run the following command to install all the dependencies.

```sh
bundler install
```

### Usage

Run the following command to start the server, then go to http://localhost:3000

```sh
rails db:create # create database
rails db:migrate # migrate tables
rails db:seed # load all data in database from seed.rb

rails s # starting the app
```

## Author

👤 **Eapen Zacharias**

- GitHub: [@eapenzacharias](https://github.com/eapenzacharias)
- Twitter: [@eapenzac](https://twitter.com/eapenzac)
- LinkedIn: [LinkedIn](https://linkedin.com/in/eapenzac)

## Show your support

Give a ⭐️ if you like this project!