-
1
Complete demo of the project.
-
2
Show GitHub repository and verify collaborator.
-
3
Show specific project features/functions.
-
4
Login as admin and perform a search.
-
5
Blacklist a user and try logging in with that user.
-
6
What happens when trek slots become 0? Can users still register?
-
7
Explain booking status logic (Open/Closed) and its backend implementation.
-
8
What is ORM?
-
9
Explain CRUD operations.
-
10
If you are not using ORM, what would you use instead?
-
11
Difference between PUT and PATCH.
-
12
What are HTTP methods? Explain each method.
-
13
What is Jinja?
-
14
Explain MVC architecture.
-
15
Change the application's port number.
-
16
Create a table using a Jinja for loop.
-
17
Write Jinja code to display trek details one by one using a for loop.