-
1
Show your ID card.
-
2
Download and run the project.
-
3
Show your GitHub repository and collaborator.
-
4
Demonstrate the complete application.
-
5
Explain the complete authentication flow end-to-end.
-
6
Demonstrate all Celery tasks (scheduled and user-triggered).
-
7
Show where caching is implemented in the project.
-
8
What are Vue Lifecycle Hooks?
-
9
What is an asynchronous function?
-
10
Explain v-bind.
-
11
Difference between v-if and v-show.
-
12
Create a button in the frontend that calls a backend API and displays the returned message.
-
13
Modify the API/frontend so that the displayed message changes.