This is a small web app about Stock.
The app is created by Koajs as backend and Angularjs as front
The Koajs use Nodejs --v0.11.9, so must use this version
If you want to play it, just clone it and run:
sudo npm install
then launch the server by :
node --harmony index.js
You can see it on localhost:3000
You also can see the online demo