E-commerce-app

in the terminal type
npm install
npm run dev
in my application while the user registers.After login the user is automatically directed to the homepage where products are listed while the user adds the products it automatically gets reflected in the shopping cart.
I have added the products in the backend in MongoDb Database using the api
There is a dashboard where user details are listed
client folder contains the frontend of the website