siunlucky / hotel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Hotel

Website CRUD Hotel dengan framework Laravel

Cloning the repository

git clone https://github.com/siunlucky/hotel.git

Install packages

npm i

and

composer install

Setup .env file

Copy and rename file .env.example to .env and find DB_DATABASE=laravel change to DB_DATABASE=hotel

Generate app key

php artisan key:generate

Run Migration

php artisan migrate
php artisan migrate:fresh --seed

Start the app

npm run dev --watch

and

php artisan serve

Access the website

Homepage:

http://127.0.0.1:8000/hotel

Login Admin

http://127.0.0.1:8000/hotel/login

Input the default Id Password for access dashboard admin

Admin Id : admin password : admin

Receptionist Id : receptionist password : receptionist

Dashboard Admin

http://127.0.0.1:8000/hotel/admin/dashboard

Dashboard Receptionist

http://127.0.0.1:8000/hotel/receptionist/dashboard

About


Languages

Language:Blade 67.9%Language:PHP 29.5%Language:CSS 2.5%Language:JavaScript 0.1%