Course Information
Course Overview
Make a doctor appointment web application with Laravel, PHP framework
This course was recorded in Laravel version 7
This is a doctor appointment web-based application made with laravel which you might have used in your daily life to book an appointment with the doctor. The booking application has three types of users namely patient, doctor, and admin.
The patient will be able to book an appointment with his doctor. In the frontend, we have a date through which the patient can filter the available doctors on a particular date. He can book a specific time for a particular date which will be also shown inpatient dashboard later. The patient dashboard also shows whether he has visited to doctor or not. If yes, he will see the medicine prescribed by the doctor on his dashboard. He can also update his profile.
Admin can create and update the doctor's information. Admin can filter the patients and see who has booked an appointment on a particular date. He can toggle the status of the patient as visited/not visited. Admin can create departments and update and delete them. As an admin, he can get the information about the system on his dashboard. The information such as how many doctors are working in his clinic? how patients have made an appointment? How many departments are in the clinic? etc.
As a doctor, he can create an appointment time for a particular date. Each time slot is in the difference of 20min ie: patients can book an appointment with a doctor for a max 20min. He can update the time slot as well.
He can check how many patients have made an appointment on a particular date by filtering through the date. Finally, he can prescribe medicine to patients.
Course Content
- 10 section(s)
- 86 lecture(s)
- Section 1 Introduction
- Section 2 Setup
- Section 3 Download code
- Section 4 integrate admin template
- Section 5 migraton of users and roles
- Section 6 Doctor crud
- Section 7 Login and middleware
- Section 8 Doctor time slot
- Section 9 Frontend design
- Section 10 Doctors and Filter
What You’ll Learn
- How to make web application
- How to integrate admin template
- How to design database for this web application
- A complete doctor appointment booking system
- You will learn how to integrate popular JavaScript libraries to enhance the user interface and user experience of your application
Reviews
-
JJuan
It's a great course, I manage to do everything with Laravel 8 and worked fine. Just one thing, you need to have basics of Laravel, the teacher cannot explain all in detail because it is a lot of things this project does, but you can figure it out pretty easy since he uses the same technique over and over which is useful and uses Vue js as expected.
-
AAthulya
Thank you for the amazing course.
-
RRalph Linares
Yes, this was a perfect match for me. The instructor is great at connecting the functions and defining them for me to understand the why and how they connect and work. Thank you!
-
TTurtle Code
At the end of the course you will have full stack application which works and has lots of functionality. You will also have a solid understanding of Laravel.