Rails project with a React and Redux front-end with two apps

linke to react app: https://github.com/ZahraArshia/hello-react-front-end/tree/frontend-features

Learning objectives

  • Implement a connection between a Ruby on Rails back-end and React front-end.
  • Understand pros and cons of different approaches of connecting Ruby on Rails back-end with React front-end.

Built With

  • Ruby on Rails

Getting Started

Prerequisites

  • Ruby
  • Rails gem
  • PostgresQL

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

step1) cloning the project:

https://github.com/ZahraArshia/budget_management.git

step2) go to the right folder:

cd budget_management

step3) Install:

bundle install

step4) run the command:

rails s

or

ruby bin\rails server (recomended if you are using windows OS)

Run linters:

rubocop

Author

Zahra Aershia

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT licensed.