-
1
Show your College ID.
-
2
Download the submitted project from the Viva Portal.
-
3
Run the application.
-
4
Show models.py.
-
5
Show the percentage of AI/LLM used in the project.
-
6
Demonstrate the complete application.
-
7
Show all core functionalities.
-
8
Log in as Admin and: Create a new parking lot. Edit a parking lot. Reduce available spots to 0 and 1. View users. View summary charts. Logout.
-
9
Log in as User and: Book a parking spot. Vacate a parking spot. View summary charts. Logout.
-
10
Explain how the parking cost is calculated.
-
11
Difference between PUT and POST.
-
12
What is a Primary Key?
-
13
Write a Jinja for loop.
-
14
Write a query to fetch a specific user by User ID.
-
15
Write a query to fetch all users.
-
16
Write a query to fetch parking spots belonging to a specific Lot ID.
-
17
Modify the application so the Admin dashboard displays the total number of users.