Personal finance for savings extremists and early retirement savants.
Track your financial progress and get useful detailed analytics. Know at a glance how many working days you have left before retirement.
cpanm allows you to install Perl modules from CPAN.
There are Debian packages, RPMs, FreeBSD ports, and packages for other operation systems available. Or you can do this:
curl -L https://cpanmin.us | perl - --sudo App::cpanminus
Carton is a Perl module dependency manager (aka Bundler for Perl).
cpanm Carton
SQLite3 is a simple database. Recommended to install via system packages.
git clone git@github.com:kablamo/Networthify.git
cd Networthify
carton
cat schema.sql | sqlite3 networth.db.dev
script/createDemoUser
script/updateDemoUser
carton exec plackup
In your browser go to: http://localhost:5000