Is an open-source django web app that allows you to track your income and expenses, with simple and beautiful charts and graph.
I have have created this project for to increase my efficacy with django and to get my hand-on chart js.
Project is still under development.
- Django
- Chart js
- Docker
Features are pretty basic curd operation (add, delete and update). You can store all the expense and income, and also can edit later. Their also feature of chats which dataset of all category and source of expense and income. You can also export expense and income data in csv, excel and pdf format. Further improvement will be made in future.
- For Production
pip install -r requriments.txt
python MoneyTracker/manage.py runserver
- For Development
pip install -r requriments.txt
pip install -r requriments-dev.txt
python MoneyTracker/manage.py runserver