Skip to content

Merlin-A/ExpenseTracker

Repository files navigation

forthebadge made-with-python

GitHub license

Expensio

Expense Tracker Web Application

Developed By: Aditya A

Entire Toolset 🛠️

Languages, Framework, Environment, Testing Tools


Python Postgres Django DjangoREST jQuery JWT Chart.js JavaScript HTML5 CSS3 Bootstrap Postman Waitress


Overview 🔎

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.

image

It is very versatile and has access to various features to make the functionality better.

image image

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.

image



image

Installation

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 
  1. Once the Process is Complete, run the following Command.
 python manage.py runserver 

image

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!!