Live Website: [https://expense-manger-frontend.vercel.app/]
Expense Tracker App is a web application made to assist users in tracking their expenses. This project was made using MERN (MongoDB, Express.js, React.js, and Node.js) stack to create a scalable, responsive, and user-friendly application.
This specific repository is the back part of the project. Node.js along with Express is used to make API for handling client requests and serve as a backend for the application. MongoDB along with Mongoose ORM was used for schema creation and validation.
- Download or Clone the repo
- Add a .env file with "MONGO_URL" - your mongodb url and "PORT" - port number you want to run on
- Run "npm install" to install dependencies
- Run "npm start" to start the application