Expense Tracker is a web application that helps you keep track of your expenses and incomes. It provides a user-friendly interface to enter and visualize your financial data, making it easier to manage your finances.
To run the Expense Tracker application, follow these steps:
Clone the project repository to your local machine.
Install the required Maven dependencies for the backend. In the project directory, run:
Run the backend Spring application to start the server.
For the frontend, navigate to the web
directory and run:
npm install
npm run dev
This will start the frontend development server and open the application in your web browser.
Now you can access the Expense Tracker application at http://localhost:5173/auth/login and start tracking your expenses and incomes visually.
Please note that you need to configure the database connection details and other environment-specific settings in the application properties before running the backend.
Make sure to update the configuration files with your specific database settings, security configurations, and other environment variables as needed. You can find these configuration files in the backend project.
Feel free to customize the application further and adapt it to your specific use case.
Happy expense tracking!