Furaya Hotel Management System, focus on Front Desk module which is reservation system and room management.
- User Management
- Manager
- Admin
- Employee
- Guest
- Room Management
- Room Status
- Room Facilities
- Room Type
- Bed Type
- Room Images
- Reservation Management
- Booking
- Check-in
- Check-out
- Guest Page
- Reservation
- Reservation History
- Payment
- Dashboard
- Laravel 12
- React 19
- Tailwind CSS 4
- Inertia.js
- TypeScript
- Shadcn UI
- Midtrans
- Recharts
Install dependencies
composer install
npm install
Migrate database schema
php artisan migrate
Seed the database (optional)
php artisan db:seed
Run the development server
composer run dev
Run client and server separately (recommended)
php artisan serve
npm run dev
Run tests for main features
php artisan test --filter=Main