Skip to content

fortunaphantom/BookingHotelSite-Test-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Hotels Booking, using Laravel and React

  1. Open with Project with VS code.
  2. .env file
    • DB_DATABASE: bookinghotel
  3. Backend
  • cd backend
  • composer install(for Laravel Passport)
  • php artisan migrate
  • php artisan key:generate
  • php artisan serve (localhost:8000)
  1. Frontend
  • cd frontend
  • yarn install
  • yarn build
  • yarn start (localhost:3000)