Mortage Calculator, fighting against evil banks!!!
- clone project
 cdinto project directory- run 
npm installto install dependencies - rename 
config/example_config.envtoconfig/config.envand add your information and api keys. - run 
npm run devto start server 
make sure you setup your config.env with your own api and database keys.
want to run webpack to rebundle?
npx webpack --mode production
want to run tests?
npm run test
=======