Skip to content

Financial advisor and FI calculator for local needs

License

Notifications You must be signed in to change notification settings

raserrano/finance

Repository files navigation

Finance App

The project will follow the 9 steps from Your money or your life from Vicky Robin. The purpose of it is to serve as your wall chart that will show you exactly where you are in terms of reaching FIRE

Project setup

As time of reviewing this abandon project I decided I will stick to Node JS (LTS) at the time v14.17.0. NVM is recommened and .npmrc will be added with this update.

To start the project:

npm install 
npm start

Setting up Jquery

cd public/javascript ln -s jquery.v.0.0.js jquery.js

Development guidelines

Use nodemon for starting up server.

nodemon ./bin/wwww

TODO - Features added

  • CDP's
  • Interest
  • Currencies
  • Automated task for daily update of Currency.
  • Metals.
  • [] About Page and contact page.
  • [] Users and Session

Queries db.metals.find({metal:'silver'}).snapshot().forEach(function (e) {e.price = e.price/100;db.metals.save(e);}) db.metals.find({metal:'silver'}).snapshot().forEach(function (e) {e.price = e.price/32150.7;db.metals.save(e);})