Dilan032 / Travel-Package-Booking-Web-Application

Used Laravel Framework.
0 stars 1 forks source link
bootstrap chatgpt ckeditor5 figma-design gemini javascript laravel-framework laravel11x xampp-server

Travel Package Booking Web Application

With Laravel

[!IMPORTANT] View WebApplication UI/UX Design (Figma)

View WebApplication Screenshots

The user features



The Admin features



How Use This Web Application In Another Computer

Install Dependencies:

For PHP dependencies composer install

For Node.js dependencies npm install


Copy the .env.example File:

Copy the .env.example file to create a new .env file.


Generate the Application Key:

php artisan key:generate


Configure the Environment:

Open the .env file and configure your database

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=travel_agency_db
DB_USERNAME=root
DB_PASSWORD=

APP_NAME=SriLankaTours


Run Database Migrations:

[!WARNING] Run Database Migrations is not recomandaed for this php artisan migrate


[!NOTE] Becouse if your are Run Database Migrations website has not any data. > ( Blogs, Travel Packages)

But you can Add this data using admin panel

[!TIP]

Recomanded

In this files has " Database SQL " folder and this folder has database file(sql) Name " travel_agency_db " use this sql file for database



Deploy Web Application

Run the Vite Development Server:

npm run dev


Start Laravel Development Server:

php artisan serve


Access Your Application:

Open your browser and navigate to http://127.0.0.1:8000 to verify that your application is working correctly.



For Login

[!NOTE] If You are use Database SQL folder's database file (sql), Then you can use this login details.
Or register as a new user.

Admin

User