iashupandey / SHOP-E

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Its Fullstack ecommerce shop.

Preview:

How to run this app? // pull files into your vscode editor // go into frontend: cd frontend // npm start to run frontend react app

// then run backend node server // return to main folder // go into backend: cd backend // run backend server: node index.js

// Congrats you are running my e-comm shop app

FUNCTIONALITY IN APP: // You can create your own user // You can add your products to cart ( Your cart will not get cleared after you log out ) // You can add and remove products in shop by using admin panel

// To run admin panel you need to go: cd admin and npm run dev // At admin panel you can remove products and add to shop

About


Languages

Language:JavaScript 64.0%Language:CSS 33.4%Language:HTML 2.6%