Express.js implementation of a simple online shopping website
This is a demo project that I built for demonstrating my skills building Node.js server side backend application.
This project uses Express.js as the framework.
The whole project uses the MVC project structure.
download the project and run:
$ npm install
$ npm startand simply go to localhost:3000 via your favorite browser (please don't use IE), and you should see the whole website.
This project is still work-in-progress and will update daily (I hope).