Create A Simple Webapp
I will try to use copilot and record down useful information:
HsuJoann: Please write python scripts that will help me to to these following thing: I want to set up a simple webapp that has backend db, in the db will be some quiz questions and correct answer. In the front end, there will be a button that a user can click to start the quiz. Then the front end will show a random question from the backend database to let the user to answer. The webapp will also repsond to the user’s answer.
Workspace: Sure, here’s a proposed directory structure for a Python Quiz Web app
Create Workspace…