A simple shopping cart project built using Node.js,Express.js and templating engine.
Clone the Project
$ git clone https://github.com/tanishha/ShoppingCart.git
$ cd ShoppingCart
Install the dependencies
$ npm install
This will run your dev server at http://localhost:8000
$ npm start