E Commerce_Web_Application
1.0.0
This is a web application for an e-commerce store that sells games. It is built using the MERN stack and Microservices Architecture. It has a user interface for the customers to view the products and add them to their cart. The application is built using the Microservices Architecture, where each service is a separate Node.js application.
Use the package manager npm to install dependencies.
npm installPORT=####
MONGO_USERNAME=####
MONGO_PASSWORD=####
MONGO_CLUSTER=####
MONGO_DBNAME=####
ACCESS_TOKEN=####npm run devhttp://localhost:<port_no>/docker-compose updocker psdocker inspect <container_id> | grep "IPAddress"http://<container_ip_address>:<port_no>/cd frontend
npm install
npm run devhttp://localhost:5173/