Node application built with expressJS
Server side code for a savings application(Esusu) as part of a coding test
$ npm install# development
$ npm run dev
App connects to a mysql database hosted on a free platform clearDB which causes latency as aresult of using the free plan. Although not secured connection url were not put in environmental variable due to some techincal issues