-
1
Show your College ID.
-
2
Download the project from the Viva Portal or perform checksum.
-
3
Demonstrate the complete application.
-
4
Show all project features.
-
5
Demonstrate the search functionality.
-
6
Create a Doctor.
-
7
Register a new Patient.
-
8
Show available slots.
-
9
Book multiple slots.
-
10
Cancel a booking as a Patient.
-
11
Cancel a booking as a Doctor.
-
12
Complete an appointment as a Doctor and add the required details.
-
13
Block a Patient as Admin.
-
14
Delete a Patient as Admin.
-
15
Show the patient history in the database.
-
16
Show the database and verify changes made during the demo.
-
17
Explain models.py.
-
18
Show and explain a View (template).
-
19
Explain the GET and POST login route from your code.
-
20
What is MVC? Explain it using your project.
-
21
Difference between Authentication and Authorization.
-
22
Difference between GET and POST.
-
23
What is a Primary Key?
-
24
What is a Unique Key?
-
25
What is Cascade?
-
26
What is backref?
-
27
What is back_populates?
-
28
Write the Login route (@app.route) in Notepad.
-
29
Write an @app.route example.