Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/awais-amjed/hello-world-ror-with-react

Practice app to use React and Redux with Rails. Created with Ruby on Rails, React and Redux.
https://github.com/awais-amjed/hello-world-ror-with-react

react redux ruby-on-rails

Last synced: about 17 hours ago
JSON representation

Practice app to use React and Redux with Rails. Created with Ruby on Rails, React and Redux.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# Hello World ROR with React

> Practice app to use React and Redux with Rails

Created while learning Ruby on Rails, it's an app with backend and frontend as one unit - Front end created with React and Redux and backed with Ruby on Rails.

## Built with

- Ruby
- Rails
- React
- Redux

## Getting Started

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

### Prerequisites

- Ruby
- Rails
- Postgresql

### Setup

- Clone the Repository
- Go to the project directory
- Run ```bundle install```
- Run ```rails db:create```
- Run ```rails db:migrate```
- Run ```rails db:seed``` to populate database
- Run ```npm install``` to install React and Redux
- Run ```yarn build``` to generate necessary javascript code

### Usage

- Run ```rails s``` to run the app

## Authors

👤 **Awais Amjed**

- GitHub: [@awais-amjed](https://github.com/awais-amjed)
- LinkedIn: [@awais-amjed](https://www.linkedin.com/in/awais-amjed/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Microverse

## 📝 License

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