Skip to content

lamoud/hajj-management

Repository files navigation

Hajj Management System

Build Status Total Downloads License

About Hajj Management System

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.

Installation

Clone the repository

git clone https://github.com/lamoud/hajj-management.git

Navigate into the project directory

cd hajj-management

Install dependencies

composer install

Install noude modules

npm install

Build the frontend assets:

npm run build

Create a copy of the .env.example file and rename it to .env

cp .env.example .env

Creating a New Database & Set up your database connection in the .env file.

Create 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.

Generate application key

php artisan key:generate

Run the database migrations && seeders

php artisan migrate --seed

Usage

Start the development server

php artisan serve

Open your web browser and go to http://localhost:8000.

Log in using the following credentials:

You will be redirected to the system's dashboard.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors