Skip to content

eroldmrclk/simple-ecommerce-website-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-ecommerce-website-nodejs

This application is an e-commerce website application. The main software language is Node.js and express, express-session, express-handlebars, body-parser, mongodb have been used. On the database side, MongoDB is preferred.

Purpose of Application

The purpose of this application is to make an e-commerce site so that customers can buy products. It is a successful project in general and some design additions may be required.

How to run in Visual Studio Code?

Firstly, make sure MongoDb is turned on to use it fully. And then,
File -> Open Folder -> "select the folder" -> View -> Terminal -> write node app.js

Suggestion

If you want to see the same project with java, click here.

Sample Screenshots

home product shopping-cart user-login admin-login admin-add-product