This project was bootstrapped with Create React App.
The project uses React as the front-end and JSON-Server to mock the backend API.
This is the product inventory where you can add customized product, edit the existing product, delete the products which you dont want,customize the columns which you would like to see,View complete details of the particular product and also can see the line Chart for most viewed products.
- Node JS (Click to download)
- JSON-Server(run code after installing Node)
npm i -g json-server
npm install
To run the code, open 2 terminals, enter the project folder in both the terminals and run the following :
- Run the JSON-server first in one terminal
json-server -p 4000 -w db.json
- Now run the react app
npm start