Skip to content

A Django Website to manage Income and Expenses using chart.js and export as pdf, excel,csv

License

Notifications You must be signed in to change notification settings

Venkatnvs/Income-Expenses-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Income-Expenses-django

ExpenseEase a Finance Tracker

Overview

A Django Website to manage Income and Expenses and summery using chart.js and export as pdf, excel,cs

Purpose

A simple, user-friendly web application that allows users to track their personal finances, including income, expenses, and the ability to generate basic reports.

Features

1. User-Friendly Dashboard

image

2. Login/Sign-Up

image image image

3. Expenses Page

  • With Search and Export Features
  • Add, Edit and Delete Expenses image image image

4. Income Page

  • With Search and Export Features
  • Add, Edit and Delete Expenses image image image

5. Summary

image image

6. Export

  • PDF

    image

  • Excel

    image

7. General Settings

image

Installation

Follow these steps to set up ExpenseEase locally:

git clone https://github.com/Venkatnvs/Income-Expenses-django.git
cd Income-Expenses-django
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Note: If it is showing error edit ENTER_SECRET_KEY, ENTER_PASSWORD, ENTER_EMAIL, ENTER_HOST_USERNAME in env.txt from main directory and paste as .env in Income-Expenses-django/ path

For any query feel free to contact

venkatnvs2005@gmail.com