A day to day expense tracker / money manager with following features -
- Add items along with their amount, category, and expenditure date.
- Update and delete option for each expense.
- Filter the expense data according to month and year.
- Dark mode toggle added for better readability.
Install Django and MySQL client for Django.
pip install django
pip install mysqlclient
Configure the settings python file according to your database settings. Open terminal in directory where manage python file resides. And then execute following command -
python manage.py runserver
Go to browser and hit following url -
localhost:8000