Skip to content

sravan-kumar-suthari/Product_Inventory-Management_React_Capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Product_Inventory_Management_React_Capstone

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.

Prerequisites

  1. Node JS (Click to download)
  2. JSON-Server(run code after installing Node)
    npm i -g json-server
    

Install the dependencies in the package.json file by running the command below

npm install

To run the code, open 2 terminals, enter the project folder in both the terminals and run the following :

  1. Run the JSON-server first in one terminal
 json-server -p 4000 -w db.json 
  1. Now run the react app
npm start

Now you can run the app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published