It's PERN training project that let you do bookkeeping.
Clone the project
git clone https://github.com/Veter-ok/bookkeeping-js.git
Go to the client directory
cd client
Install dependencies
npm install
Start the server
npm start
Go to the client directory
cd server
Install dependencies
npm install
Start the server
npm run dev
Open localhost:3000 in your browser