PROJECT LINK : https://nvs-in-out.onrender.com/
VideoLink : https://youtu.be/EHVT0bA7EfE
A Django Website to manage Income and Expenses and summery using chart.js and export as pdf, excel,cs
A simple, user-friendly web application that allows users to track their personal finances, including income, expenses, and the ability to generate basic reports.
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