A web-based laundry order management system built with Flask and SQLite.
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.
- 📋 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
git clone https://github.com/mdAqibb/Laundry_Service_App.git
cd Laundry_Service_App
pip install flask
python app.pyVisit http://localhost:5000 in your browser.
| Layer | Technology |
|---|---|
| Backend | Python (Flask) |
| Frontend | HTML5, CSS3 |
| Database | SQLite |
Laundry_Service_App/
├── app.py # Flask application & routes
├── templates/ # HTML templates
├── static/ # CSS & static assets
└── README.md