A MERN-stack expense tracking application featuring JWT-secured authentication, full CRUD operations, and a scalable backend designed for advanced analytics and AI-driven financial insights
Installation
- Install requirements
cd client
npm i
(in another terminal)
cd server
npm i
- Set up server (within the server terminal)
npm run start
- Set up client (within the client terminal)
npm run dev