An Expense Tracker created using MERN Stack.
npm install cd client npm install cd ..
##Run front and backend
npm run dev
##Backend only
npm run server
##Frontend only
npm run client
##Build client
cd client npm run build
##Prod
npm start
- Add your expenses and your cash.
- Gets saved in MongoDB.
- Nodejs (Express).
- MongoDB.
- ejs.
- Reactjs.