This is Expense Tracker Web App to manage all your Daily Expenses.
You can add and delete Expenses easily with different categories.
Clone the project
git clone https://github.com/Bug-Slicers/expensetracker.gitGo to the project directory
cd expensetrackerInstall dependencies in project directory
npm installGo to the client folder
cd clientInstall dependencies in client
npm installStart the client react project
npm run startCome back to project directory
cd ..Start Server using node or nodemon
node app.js
or nodemon app.jsPlease Use Tailwind CSS for styling components
To run this project, you will need to add the following environment variables to your .env file
SECRET_KEY : For verifying jwt tokens.
DATABASE : contains the dbURI of MongoDB connections





