Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 641 Bytes

File metadata and controls

21 lines (16 loc) · 641 Bytes

🏠 House Rent App

A Django-based web application for managing house rentals.
This project allows landlords or property managers to manage tenants, rent payments, and invoices in a simple dashboard.


✨ Features

  • Tenant Management (add, view, edit, delete tenants)
  • Rent Tracking (track rent start/end dates)
  • Invoice Management (generate and view invoices)
  • Django Admin for superuser management
  • MySQL/SQLite database integration

🛠️ Tech Stack

  • Backend: Django (Python)
  • Database: MySQL (or SQLite for development)
  • Frontend: HTML, CSS, JAVASCRIPT
  • Version Control: Git + GitHub