Implement a connection between a Ruby on Rails back-end and React front-end.
- React
- React-Router
- Redux
- Redux-Thunk
- Axios
To get a local copy up and running follow these simple example steps.
-
You should have ruby installed in your machine, you can follow the steps given by the official documentation.
-
You should have a postgres user with superuser permissions. you can refer to the official postgres documentation to create or update a role
First, you must clone this repository locally running this command:
git clone git@github.com:/andym80/hello-react-front-end.git
and navigate to the cloned directory:
cd hello-react-front-end
Once inside the project directory, you should install all project dependencies:
-
Install npm:
-
Install project dependencies
npm install
You can get the app running locally by opening a local server:
npm start
Then you also have to clone and run the server of hello-rails-back-end repository to get the expect result.
## Author
👤 **Andy Menutti**
- GitHub: [@/andym80](https://github.com//andym80)
- LinkedIn: [Andres-Menutti](https://linkedin.com/in/andres-menutti)
## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration
- etc.
## 📝 License
This project is [MIT](./MIT.md) licensed.![](https://img.shields.io/badge/Microverse-blueviolet)