Skip to content

Appointments booking system with Laravel and Full Calendar

Notifications You must be signed in to change notification settings

stmeem/laravel-appointment

Repository files navigation

Appointments booking system

Appointments booking system with Laravel 7.29.

Demo

Login/ Registration

Screenshot (633)

Appointments CRUD (Appointment has assigned user, start time, end time)

Screenshot (635)

Show appointments in the Event Calendar

screencapture-127-0-0-1-8000-appointment-2023-01-27-16_32_37

Update and Delete Appointments

Screenshot (637)

Screenshot (638)

Installation

  • 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/.

About

Appointments booking system with Laravel and Full Calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published