https://github.com/fahadfoysal/expensetracker
Expense Tracker is a web app, whre users can log their expenses, set budgets, and receive alerts when they exceed their budget.
https://github.com/fahadfoysal/expensetracker
bootstrap django python sqlite
Last synced: 3 months ago
JSON representation
Expense Tracker is a web app, whre users can log their expenses, set budgets, and receive alerts when they exceed their budget.
- Host: GitHub
- URL: https://github.com/fahadfoysal/expensetracker
- Owner: fahadfoysal
- Created: 2024-06-29T17:09:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T17:35:39.000Z (almost 2 years ago)
- Last Synced: 2026-01-03T22:50:41.733Z (6 months ago)
- Topics: bootstrap, django, python, sqlite
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker with Budget Management
Expense Tracker is a web app, whre users can log their expenses, set budgets, and receive alerts when they exceed their budget.
## Features
- Filter by date and category
- Log expense
- Summary Report
- Alerts
- category, budget setup
## Tech Stack
Programming Language: Python,
Database: SQLite,
Framework: Django,
FrontEnd: HTML, CSS, Bootstrap
## Installation
Clone the repository:
```bash
git clone https://github.com/fahadfoysal/ExpenseTracker
```
Install dependencies:
```bash
pip install -r requirements.txt
```
Apply database migrations:
```bash
python manage.py migrate
```
Run the development server:
```bash
python manage.py runserver
```
## Usage/Examples
## URLS
- Root url: (27.0.0.1:8000/) Home page or list of expenses.
- Admin url: (27.0.0.1:8000/admin) Django admin.