Inventory app is an application about managing a products. Here you can create, edit or delete a products also you can managing a category for a products. This also use redux to manage statement like register, login, get products, post products, etc
- Node/NPM
- React Js
- Redux, Redux Promise Middleware liblary
- js-backend-inventoryapp for the API / backend side.
Frontend
$ git clone https://github.com/FahrulR/js-react-redux-inventoryapp.git
Backend
$ git clone https://github.com/FahrulR/js-backend-inventoryapp.git
To install dependencies enter project folder and run following command:
npm install
npm start
/ react-scripts-start