Skip to content

This is a basic web application that is based on an idea of a shopping cart.

License

Notifications You must be signed in to change notification settings

kabirnarang39/SHOPPING-CART-Express.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d958144 · May 30, 2020

History

38 Commits
May 30, 2020
May 15, 2020
May 15, 2020
May 15, 2020
May 15, 2020
May 15, 2020
May 15, 2020
May 15, 2020
May 15, 2020
May 15, 2020
May 30, 2020
May 30, 2020
May 30, 2020
May 15, 2020
May 15, 2020
May 15, 2020
May 15, 2020
May 15, 2020
May 15, 2020

Repository files navigation

SHOPPPING-CART

This is a basic web application that is based on an idea of a shopping cart. Installation steps. Install node.js and mongodb. Start all mongo services. Open file app.js in terminal run => npm install --save This will download all the packages used. Change the link to mongodb from the app.js with your link. run => node app.js Open any browser and search => localhost:3200 /////////////////////////////////////////////// Features it offers It has a User Log in and Log out functionality, It hs CSRF protection, It has add to cart and on successful payment invoice pdf generation. System friendly though not very vast frontend. Reset password functionality with mail system.