Financial Management
A one-day financial management app written with Express for my own use.
Running
Issue the following commands to install the dependencies to ./node_modules, then visit http://localhost:3000 in your browser.
$ npm bundle
$ node app.js
