Welcome to the IHM MonDomiService project! This project aims to provide users with on-demand MonDomiService.
The IHM MonDomiService project is built using Laravel and Blade templating engine. It allows users to browse various service categories, select specific services, and book them for their home. The project provides a user-friendly interface to view service details, make bookings, and manage user accounts.
- Browse service categories and subcategories
- View service details, pricing, and availability
- Book services for a specific date and time
- User registration and authentication
- User profile management
- Service provider management (admin functionality)
- Payment integration (optional)
Follow these steps to install the project locally on your machine:
- PHP (>=7.4) installed
- Composer installed
- MySQL (or any other supported database) installed
git clone https://github.com/Ftayri/ihm-project.git
composer install
Create a copy of the .env.example
file and rename it to .env
. Modify the .env
file with your database credentials and any other necessary configurations.
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
This will create the necessary database tables and seed them with sample data.
php artisan serve
The project should now be accessible at http://localhost:8000
.
Contributions to the IHM MonDomiService project are welcome! If you find any issues or have suggestions for improvements, please submit a pull request or open an issue.