Skip to content

8840talha/NodeJSShoppingCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJSShoppingCart

This A Simple Shopping Cart application built using node and express and Handlebars template for making our clientside UI. This app has a signup and signin process which is authenticated using passport.js and encryption is done using bcrypt node-js. ALL the Validation is performed using Express-validator. All the error messages are displayed using a package connect-flash. And we Also have an Profile page where we display all our orders purchased by the user

Note--

Please follow it step wise to get better undestanding of the code From step 1 to last step I am mentioned every functionality through comments that what the code is doing

TO run the file run commands

npm install

and then

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published