Demo Video: Link
- Full-stack E-commerce web application where user can buy products.
- The orders page is available for specific users.
- Only authenticated users can see product details, add to cart & order.
- Users can remove products from the cart.
.html
, .css
, .js
,.React.Js
, .Express.Js
, .Node.Js
.
- Download Both folders (client and server).
- Open cmd and run
$ npm install
for both. - Then run
$ npm start
for both. (Note: Before run this command makes sure you have DB access)
- create a
.env
(dot env) file on the server folder and write the below code & save.
DB_NAME=zest-shopping
DB_USER=shopkeeper
DB_PASS=123abc