https://github.com/aaqyaar/travel-agency
https://github.com/aaqyaar/travel-agency
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaqyaar/travel-agency
- Owner: aaqyaar
- Created: 2024-10-18T13:34:12.000Z (7 months ago)
- Default Branch: production
- Last Pushed: 2025-02-09T19:04:46.000Z (4 months ago)
- Last Synced: 2025-02-09T19:30:25.309Z (4 months ago)
- Language: PHP
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Travel System
This is a travel system that allows users to book trips and manage their trips. The system has the following features:
- Laravel
- Filament
- Tailwind CSS
- React Native
- MySQL## Installation
1. Clone the repository
2. Copy the `.env.example` file to `.env`
- Configure the database connection in the `.env` file
- Create database called `travel`
3. Run `composer install`
4. Run `php artisan migrate:fresh --seed`5. Run the following commands to seed the database and create a super admin user:
```bash
php artisan migrate:fresh --seed
```6. Run `php artisan serve`