A finances/expenses tracking system equipped with charts for data visualization. Built using the MERN stack.
To run the project locally:
-
Clone the repository:
git clone https://github.com/aetrhs/finance-tracker.git -
Set up and start the backend:
cd finance-tracker/backend npm install npm start -
Set up and start the frontend (in a new terminal window/tab):
cd finance-tracker/frontend npm install npm start -
Open your browser to the address shown in the frontend terminal output.
Note: You must have Node.js and npm installed on your system to run this project.