DRYME is a web-based Laundry Management & E-Commerce Platform where users can:
- Book laundry services online
- Purchase laundry-related products (detergents, fabric softeners, accessories, etc.)
- Manage orders, services, and customers through an Admin Panel
The project is built using HTML, CSS, JavaScript, PHP, MySQL along with modern libraries like Bootstrap, jQuery (AJAX), and Font Awesome.
- Register/Login functionality
- Book laundry services (wash, dry, iron, etc.)
- Purchase laundry-related items
- View order history & manage profile
- Contact form & mail integration
- Dashboard with statistics
- Manage Users
- Manage Services
- Manage Products
- Order Management (services + products)
- Upload & manage images
LaundryManagement/ # Main Project Folder
│
├── Admin/ # Admin Panel
│ ├── assets/ # CSS, JS, Fonts, Images, SCSS
│ └── pages/ # All PHP files
│ └── user/ # Project images (user uploads)
│
└── laundry-service-website/ # Frontend Website
├── css/ # Stylesheets
├── js/ # JavaScript files
├── img/ # Images
│ ├── mail/ # Mail configuration
│ ├── lib/ # Libraries (Bootstrap, jQuery, etc.)
│ ├── scss/ # SCSS styles
│ └── *.php # Website PHP files
│
└── laundary.sql # Database- Frontend: HTML, CSS, JavaScript, Bootstrap, Font Awesome
- Backend: PHP, MySQL
- Libraries/Plugins: jQuery, AJAX
- Database: MySQL
-
Clone this repository
git clone https://github.com/yourusername/LaundryManagement.git
-
Move the project to your server directory (e.g.,
htdocsfor XAMPP). -
Import the database:
- Open phpMyAdmin
- Create a new database (e.g.,
laundary.sql) - Import the provided SQL file
-
Update database credentials in the config file (inside Admin & Website PHP files).
-
Run the project in your browser:
http://localhost/LaundryManagement/laundry-service-website -
Access the admin panel:
http://localhost/LaundryManagement/Admin
Developed by Abdul Rehman ✨