XAMPP v3.3.0 and up
VS CODE
Start Apeche and MySQL
Name it "rez-booking-system"
copy the .env.example then rename the copy .env
Open the project in VS Code
Start a new terminal
Run this commands
npm install
npm run dev
php composer.phar install
if the commands are not working search the error in google
Run the seeder to populate the database
php artisan migrate:fresh --seed
Serve the system
php artisan serve
access the system by clicking the link after running the command
Default user accounts
email: admin@gmail.com
password: admin
email: user@gmail.com
password: user