This is a simple example e-commerce application is developed using Angular.js as frontend and Node.js as backend.
Currently developing backend of the application, once it completes i will create frontend store.
Open up your command line or console and run the following 2 commands:
> node -v
> npm -v
If either of these commands go unrecognized, go to Nodejs.org and download the appropriate installer and install it
Once finished, close and reload console and re-run the above commands. They should now provide you with version numbers.
> git clone https://github.com/abidaks/angularjs-nodejs-example
Now you can run it using the node command
> node app
I have made two beanches one for mysql and one for mongo db, i will be continuously updating these two branches and create a backend and frontend for a basic ecommerce application in node.js and angular.js