Tailor2You connects customers, tailors, and shopkeepers on a single platform. Manage appointments, fabric inventory, custom designs, orders, and feedback with a clean, responsive UI.
- Book appointments with tailors
- Browse designs and customize with fabrics/measurements
- Leave feedback and ratings
- Manage appointments and orders
- Maintain fabric stock with colors, price-per-meter, images
- Showcase portfolio and chat with customers
- Fabric stock and pricing management
- Customer interactions and basic reporting
- User management and review moderation
- Sales and activity reports
- PHP 7.4+ (or newer)
- MySQL
- Composer
- XAMPP/WAMP
-
Clone the repository
git clone https://github.com/Team-High-Five/Tailor2You.git
-
Import database schema (examples in
dev/)dev/Tables.sql(and other.sqlfiles if needed)
-
Configure environment in
app/config/Config.phpdefine('DB_HOST', 'your-db-host'); define('DB_USER', 'your-db-user'); define('DB_PASS', 'your-db-password'); define('DB_NAME', 'your-db-name');
-
Install PHP dependencies (if any)
composer install
-
Run
- Place the project under
htdocs - Start Apache/MySQL in XAMPP
- Visit:
http://localhost/Tailor2You/public(orhttp://localhost/Tailor2Youdepending on your setup)
- Place the project under
Key pages (examples):
- Home:
http://localhost/Tailor2You/pages/index - Tailor dashboard:
http://localhost/Tailor2You/tailors/dashboard - Fabric stock:
http://localhost/Tailor2You/fabrics/displayFabricStock
- PHP (custom MVC), MySQL
- HTML, CSS, JavaScript
- FPDF (PDF), Composer (deps)
Tailor2You/
├── app/
│ ├── config/ # App configuration (DB, URLROOT, APPROOT)
│ ├── controllers/ # Controllers
│ ├── models/ # Data models
│ └── views/ # View templates (PHP)
├── public/ # Public assets (CSS, JS, images) + index.php
├── dev/ # SQL schemas and utilities
├── docs/
│ └── readme-images/ # Images used in this README
└── README.MD
- Fork the repo
- Create a branch:
git checkout -b feature/your-feature - Commit:
git commit -m "feat: your change" - Push:
git push origin feature/your-feature - Open a PR
- Email: support@tailor2you.com
MIT — see LICENSE







