Expense Tracker is a web application built using Django that allows users to efficiently manage their income, track expenses, set budgets, and gain insights through analytics. This application aims to provide users with a convenient platform to monitor their financial activities and make informed decisions regarding their finances.
Income Tracking: Users can input their income sources and track their earnings over time.
Expense Tracking: Easily record and categorize expenses to keep a detailed record of spending habits.
Budget Tracking: Set budgets for different categories and monitor spending to stay within financial goals.
Analytics: Gain valuable insights through visualizations and analytics tools to understand spending patterns and trends.
Clone the repository: git clone https://github.com/Nilanjana1606/EXPENSE_TRACKER_CAC-2
Navigate to the project directory: cd expense-tracker
Create a virtual environment: python3 -m venv venv
Activate the virtual environment:
On Windows: venv\Scripts\activate On macOS and Linux: source venv/bin/activate
Install dependencies: pip install -r requirements.txt
Run migrations: python manage.py migrate
Start the development server: python manage.py runserver
Access the application at http://127.0.0.1:8000 in your web browser.
Sign up for a new account or log in if you already have an account.
Add your income sources and set up budgets for different expense categories.
Record your expenses, categorize them, and monitor your spending.
Explore the analytics section to gain insights into your financial habits and make informed decisions.
Nilanjana Dey
Manish Kumar
Hiranlal H