Developed By: Aditya A
Languages, Framework, Environment, Testing Tools
Expensio is a Django based Expense Tracker Web App. It keeps track of Expenses and Income of the user and works as a Record Book for all the exchanges.
It is very versatile and has access to various features to make the functionality better.
Expensio also keeps track of all the transactions and provides graphical and statistical summaries of the same, with the option of downloading them for futher analysis.
Deployment of the Project is in the works, I'll provide the reference once Online.
For local Implementation, Improvement or Usage -
1. Simply Download 2. Open PowerShell in your downloaded folder and run any of the following command.
a.
pipenv shell
b.
pip download -r requirements.txt
- Once the Process is Complete, run the following Command.
python manage.py runserver
Run the Local Address on Browser
I am keen on improving the project by Adding Functionalites, Enhancing UI and more to provide better User Experience. Any Suggestions, Contribution and Forking is Highly Appreciated!!