Clone the repository:
git clone https://github.com/Akulko/money-accounting-system
Server:
cd ./money-accounting-system/server
npm install
Client:
cd ./money-accounting-system/client
npm install
Run the app:
npm start
You can send requests via Postman or similar:
{
"type": "credit", //credit or debit
"amount": 12 // no negative values
}