Project that allows to communicate with the magento Api in an easy way with React. I'll be adding diferent request to the API.
If you want to use this app go to: , login your magento admin credentials and start using it.
- Check if your server allows CORS, you could use the following module to allow it: https://github.com/splashlab/magento-2-cors-requests
- Node
- Npm
If you wanna run this application on your local:
- Download the repo
- Run
npm install - Run
npm start