Patika React E-Commerce App with Mehmet Seven

ecommerce-react-patika

Installation and Usage

cd backend
npm install
npm run dev

cd client
npm install
npm start

In the system there are two roles as “admin” and “user”.
“User” roles can add products to their chart after they sign up and log in. They can also remove products from cart and can see the amount of products instantly.
On the other hand, the “admin” role can view the orders in the admin panel, update the products, delete them or add new ones.

GitHub

View Github