Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 424 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 424 Bytes

expense-tracker_fullstack

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