-
1
Show your GitHub repository.
-
2
Download the project from the Viva Portal (no checksum required).
-
3
Demonstrate the complete application.
-
4
Explain CRUD operations.
-
5
Show and explain the cost calculation logic.
-
6
Explain the routes.
-
7
Answer database-related questions.
-
8
What is SECRET_KEY in app.py?
-
9
Why is SECRET_KEY used?
-
10
Explain MVC architecture.
-
11
Explain GET and POST methods.
-
12
Explain common HTTP status codes such as 200, 302, 304, and 404.