Skip to content

Akshay-Jagiasi/Personal_Finance_Tracker

Repository files navigation

Personal Finance Tracker

Features

1. User-Friendly Dashboard

Dashboard

2. Login/Sign-Up

Login

3. Expenses Page

  • With Search and Export Features
  • Add, Edit and Delete Expenses expense

4. Income Page

  • With Search and Export Features
  • Add, Edit and Delete Expenses
  • income

5. Summary

Income Summary

Income Summary

Expense Summary

Expense Summary

7. General Settings

General Settings

Installation

Follow these steps to set up Personal Finance Tracker locally:

pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

If you encounter an error related to the email configuration in settings.py, you can comment out the following lines in mycode/settings.py:

# Enter Email details here
EMAIL_HOST = config('EMAIL_HOST')
EMAIL_HOST_USER = config('EMAIL_HOST_USER')
EMAIL_USE_TLS = config('EMAIL_TLS', cast=bool)
EMAIL_FROM_EMAIL = config('EMAIL_FROM_EMAIL')
EMAIL_PORT = config('EMAIL_PORT')
EMAIL_HOST_PASSWORD = config('EMAIL_HOST_PASSWORD')

After commenting out these lines, you should be able to run the project without any issues related to email configuration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published