An open API service indexing awesome lists of open source software.

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.

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.