Appointments booking system with Laravel 7.29.
- Clone the repository with git clone
- cd into the project
- Run composer install to install composer dependencies
- Copy .env.example file to .env and edit database credentials there
- Run php artisan key:generate
- Run php artisan migrate
- Run npm install
- Run php artisan serve
To view the project open http://127.0.0.1:8000/.