(currently under development phase)
This project was generated with Vue CLI version 3.x
Tha app performs CRUD Operations-
* Add product to the cart.
* Remove product from the cart.
* User cannot add already added product to the cart.
- Technology : Vue.js + Express + Node.js + MongoDb
- Vue CLI - Installation of Vue CLI
- NodeJs - Download Nodejs
- Package Manager - NPM / Yarn
- Clone the repository and run
npm install
if you use npm as package manager oryarn install
if you use yarn as package manager. - Run the server
npm run serve
npm install
npm run serve
npm run build
npm run lint