This project includes:
haute_attires/– Flutter frontend applicationapi_haute_attires/– PHP backend (API files)haute_attires.sql– MySQL database filedemo_video.mp4– Demo of the project functionality
- Flutter SDK installed
- XAMPP (Apache + MySQL)
- VS Code (recommended)
- Place the
haute_attiresfolder anywhere on your system (e.g., Documents, Desktop). - Copy the
api_haute_attiresfolder and place it inside thehtdocsdirectory of your XAMPP installation.
- Open
phpMyAdminfrom the XAMPP control panel. - Create a new database (e.g.,
haute_attires_db). - Import the
haute_attires.sqlfile into this database.
- Open both folders (
haute_attires/andapi_haute_attires/) in VS Code. - Start your XAMPP server: Enable both Apache and MySQL.
- In the
haute_attiresfolder, runflutter pub getto install dependencies frompubspec.yaml. - Open any Dart file inside the
lib/folder (e.g.,main.dart). - Run the project using VS Code or terminal:
flutter run