Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/awais-amjed/hello-world-ror-with-react
- Owner: awais-amjed
- License: mit
- Created: 2022-07-04T14:38:49.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-05T06:41:48.000Z (over 2 years ago)
- Last Synced: 2024-06-01T01:57:55.887Z (8 months ago)
- Topics: react, redux, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.