/hello-react-front-end

Primary LanguageJavaScriptMIT LicenseMIT

Hello-React-Front-End

Implement a connection between a Ruby on Rails back-end and React front-end.

Built With

  • React
  • React-Router
  • Redux
  • Redux-Thunk
  • Axios

Live Demo (if available)

Not Available

Getting Started

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

Prerequisites

  • 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

Setup

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

Install

Once inside the project directory, you should install all project dependencies:

  • Install npm:

  • Install project dependencies

npm install

Usage

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)