Full Stack Expense Tracker - Visualize spending π, track income π΅ & manage budgets with secure login π. Built with React βοΈ, Node.js & MongoDB ποΈ.
To run this project, you will need to add the following environment variables to your .env file
VITE_BACKEND_URL=http://localhost:8080
To run this project, you will need to add the following environment variables to your .env file
PORT=8080
DATABASE_CONNECTION_URL=""
JWT_SECRET=""
CLOUDINARY_CLOUD_NAME=""
CLOUDINARY_API_KEY=""
CLOUDINARY_API_SECRET=""
Clone the project
https://github.com/Dev-Rohan1/Full-Stack-Expense-Tracker.gitGo to the project directory
cd frontendInstall dependencies
npm installStart the server
npm run devClone the project
https://github.com/Dev-Rohan1/Full-Stack-Expense-Tracker.gitGo to the project directory
cd backendInstall dependencies
npm installStart the server
npm run server