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.

Screenshot_14

Screenshot_15

Screenshot_1

Screenshot_2

Screenshot_3

Screenshot_4

Screenshot_5

Screenshot_6

Screenshot_7

Screenshot_8

Screenshot_9

Screenshot_10

Screenshot_11

Screenshot_16

Screenshot_17

Screenshot_19

Screenshot_18

GitHub

View Github