This guide will walk you through the installation and configuration needed to run this project. Before you begin, make sure you have the following installed on your Windows machine:
- PHP (version 8.1 or higher)
- Composer
- Node.js and NPM
- MySQL running (.env file for setting DB_CONNECTION details)
composer install
php artisan migrate
npm ci
npm run build
php artisan serve
When development server is up visit http://127.0.0.1:8000/reservation in browser