Skip to content

Web Application made using flask to log monthly expenses

Notifications You must be signed in to change notification settings

KavishShah09/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker

This app helps you track your daily expenses.You can feed in your expenses in this app and refer to the expenses you made throughout the day,month and even year. It gives you a month-wise total of your expenses and helps you compare your monthly expenses.

Requirements

A version of python
pip package manager installed
Local instance of MySQL running on localhost as user root
Set MySQL password as an environment variable as 'MYSQL_PWD'
Run queries.sql
pip install flask
pip install mysqlclient
pip install flask-mysqldb
pip install flask-WTF
pip install passlib

Quick Start

# Clone the repository
git clone https://github.com/KavishShah09/Expense-Tracker.git

Go to the directory where you cloned the repository

Run

python app.y

Runs the app in the development mode.
Open http://localhost:5000 to view it in the browser.

Info

In this website,a user can signup and feed in his daily expenses and keep a track of it.The user can see the history of his expenses and filter them on the basis of month and year.The user can also visualise the data using the graphs provided.If the user,forgets the password,he can also change his password based on his email.A mail will be sent to the users address and the user can change the password by clicking on the link provided in the mail.

Mobile Responsive

Overview Of The Website

Sign Up Page

Login Page

Add Transaction Page

Transaction History Page

Category Wise Pie Chart For Current Year

Comparison Between Current Year And Previous Year Transactions

Daily Line Chart for Current Month

In collaboration with: