Do git clone
cd to backend and npm i
cd to frontend and npm i
go to mongoDB atlas --> create new project "ExpenseTracker" --> Create cluster ---> Copy autogenerated password and create user Now go to Database --> Connect and Connect to MongoDB for VScode Make changes in the .env file for MONGO_URI accordingly
Go to backend gitbash and do npm start Go to frontend gitbash and do npm start