It's PERN training project that let you do bookkeeping.
Clone the project
git clone https://github.com/Veter-ok/bookkeeping-js.gitGo to the client directory
cd clientInstall dependencies
npm installStart the server
npm startGo to the client directory
cd serverInstall dependencies
npm installStart the server
npm run devOpen localhost:3000 in your browser