Skip to content

Latest commit

 

History

History
71 lines (53 loc) · 3.02 KB

README.md

File metadata and controls

71 lines (53 loc) · 3.02 KB

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

[email protected]