Skip to content

pradeepOP/Budget-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Budget Web

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

Features

  • Transaction Tracking
  • Data Visualization
  • User Authentication

Technologies Used

Backend: Django

Frontend: HTML, CSS, Tailwind, ChartJs

Database: dbsqlite3

Installation

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

Feedback

Feedbacks are welcome! Feel free to open issues or pull requests for any improvements, bug fixes, or new features.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published