The Hajj Management System is an advanced and efficient solution that streamlines the organization and management of the Hajj experience with ease and smoothness. Blending modern technology with dedication to service, the system facilitates the efficient management of accommodations, camps, transportation, and staff. With its comprehensive functionalities, the system enables the management of gift distribution, meal allocation, as well as printing pilgrim cards and barcodes, enhancing the pilgrims' experience and making it an unforgettable journey.
git clone https://github.com/lamoud/hajj-management.gitcd hajj-managementcomposer installnpm installnpm run buildcp .env.example .envCreate a new database within the installed database system. This can be done using the database management interface or by using appropriate SQL commands.
Configuring the Environment File (.env): Specify the connection information for the new database in the application's environment file (.env). Set the database name, username, password, and host to correct values.
php artisan key:generatephp artisan migrate --seedphp artisan serveOpen your web browser and go to http://localhost:8000.
- Username: betalamoud@gmail.com
- Password: Admin_123@#
The Laravel framework is open-sourced software licensed under the MIT license.