Skip to content

mdAqibb/Laundry_Service_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👕 Laundry Service App

A web-based laundry order management system built with Flask and SQLite.

Python Flask SQLite HTML

Overview

The Laundry Service App is a full-stack web application that streamlines laundry order management. Customers can place and track orders, while administrators manage and update order statuses — all through a clean, responsive web interface.

Features

  • 📋 Order Placement — Customers can submit and track laundry orders
  • 🛠️ Admin Dashboard — Manage, update, and track all active orders
  • 💾 SQLite Integration — Lightweight, zero-config persistent storage
  • 📱 Responsive Design — Works across mobile, tablet, and desktop
  • 👤 User & Admin Roles — Separate views and permissions for customers vs staff

Installation

git clone https://github.com/mdAqibb/Laundry_Service_App.git
cd Laundry_Service_App
pip install flask
python app.py

Visit http://localhost:5000 in your browser.

Tech Stack

Layer Technology
Backend Python (Flask)
Frontend HTML5, CSS3
Database SQLite

Project Structure

Laundry_Service_App/
├── app.py              # Flask application & routes
├── templates/          # HTML templates
├── static/             # CSS & static assets
└── README.md

Author

Mohammed Aqib
LinkedInGitHub

About

Web-based laundry order management system with customer ordering and admin dashboard, built with Flask and SQLite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors