Simple and sweet Expense Tracker with backend logic where you can store your data and change any time .
User can see Total Money
, Total Income
and Total Expense
In the project directory, you can run:
"start": "node server" It start Node Server in available port
"server": "nodemon server "
Start Node server with Nodemon
"client": "npm start --prefix client",
Start React Project
"dev": "concurrently "npm run server" "npm run client"",
Start Both Node server and React in one command