Furaya Hotel Management System, focus on Front Desk module with Prototyping method.
- User Role Management
- Manager
- Admin
- Employee
- Customer
- Room Management
- Room Status
- Room Facilities
- Room Type
- Bed Type
- Reservation Management
- Booking
- Check-in
- Check-out
- Report Management
- Reservation Report
- Payment Report
- Room Report
- Dashboard
- Laravel 12
- React 19
- Tailwind CSS 4
- Inertia.js
- TypeScript
Install dependencies
composer install
npm install
Migrate and seed the database
php artisan migrate --seed
Run the development server
composer run dev