Skip to content

melaeDevPH/DebtOrganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debt Organizer

Debt Organizer is a simple lending and debt management web application built with Python, Flask and SQLite. It helps users record, organize, and track lending transactions through a straightforward CRUD-based interface.

This project was developed to explore backend development concepts, database management, and web application architecture using Python.

Overview

The application allows users to manage lending records by creating, viewing, updating, and deleting debt information. It focuses on providing a simple and efficient way to monitor outstanding balances and lending activities.

Purpose

This project was created to explore:

  • CRUD application development with Flask
  • SQLite database integration
  • Server-side rendering and routing
  • Form handling and validation
  • Basic financial record management systems

Tech Stack

  • Python
  • Flask
  • SQLite3
  • HTML
  • CSS
  • JavaScript

Features

Current

  • Add lending records
  • View debt records
  • Update existing records
  • Delete records
  • Track borrower information
  • Store transaction data in SQLite database

Database

The application uses SQLite3 as its local database for storing lending and debt records.

Example data includes:

  • Borrower information
  • Loan amount
  • Transaction date
  • Payment status

Learning Objectives

This project focuses on:

  • Flask application structure
  • Database operations using SQLite
  • CRUD workflow implementation
  • Backend logic and routing
  • Data persistence and management

Status

Completed as a learning project.

This project serves as a practical implementation of Flask fundamentals and database-driven web application development.

Notes

Debt Organizer is a lightweight project intended for educational and portfolio purposes. The focus is on understanding CRUD operations, database interaction, and backend development using Python and Flask.

About

Debt Organizer is a simple lending and debt management web application built with Python, Flask and SQLite3. It was developed to explore backend development concepts, database management, and web application architecture using Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors