Project.Recording.mp4
This project is a full-stack Personal Expense Tracker that provides personal budget tracking and financial analysis capabilities.
client/: React.js frontend applicationserver/: Node.js backend application with Postgresql database
- Node.js (v16 or higher)
- npm (v8 or higher)
- Clone the repository
- Install dependencies:
npm run install-all
- Start both frontend and backend:
npm run dev
- Access the Frontend application at
http://localhost:3000 - Access the Backend application at
http://localhost:5000
- Budget tracking dashboard
- Category-wise spending analysis
- Transaction management