[wip] simple finance visualization. Result should look something like this:
hub clone yoshuawuyts/finfin
npm start ......... start the server
npm install ....... install dependencies
npm test .......... run test suite
npm run test-cov .. output test coverage
api-* ....... server-side endpoint logic
core-* ...... server-side business logic
mw-* ........ server-side middleware / helper functions
store-* ..... client-side business logic
view-* ...... client-side view
x-* ......... client-side component
Toy project to experiment with architecture. Experimenting in production is often too costly, so here we are.