sadeesh-grey / booking-x-apiit-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Booking X APIIT

Hotel Booking Core System

Clone the repository and run the following commands

cd booking-x-apiit
npm install
npm run prod
php artisan db:wipe
php artisan migrate
php artisan db:seed
php artisan serve

Final step Copy the .env.exmple as .env and update the DB_DATABASE path with your current file folder location

About


Languages

Language:PHP 83.5%Language:Blade 15.7%Language:Shell 0.5%Language:JavaScript 0.2%Language:SCSS 0.1%