The Budget App is a web application built using the Django framework that allows users to track their financial transactions, manage budgets, and gain insights into their spending habits
- Transaction Tracking
- Data Visualization
- User Authentication
Backend: Django
Frontend: HTML, CSS, Tailwind, ChartJs
Database: dbsqlite3
1. Clone this repository
2. Create virtual environment
python -m venv <your_environment_name>
3. Activate virutal environment
<your_environment_name>\Scripts\Activate
4. Open BudgetApp folder
cd BudgetApp
5. Install dependencies
pip install -r requirements.txt
6. Run migrations
python manage.py migrate
7. start the server
python manage.py runserver
8. Access the website via :'http://127.0.0.1:8000/' in your browser
Feedbacks are welcome! Feel free to open issues or pull requests for any improvements, bug fixes, or new features.