Initialize the Flask project and create "Stub" routes.
Create a basic app.py. Define a route / that renders a template and an API route /api/questions that returns a hardcoded "Hello World" message for now.
Deliverable: A running Flask server that responds to two basic URL requests.
Initialize the Flask project and create "Stub" routes.
Create a basic app.py. Define a route / that renders a template and an API route /api/questions that returns a hardcoded `"Hello World"` message for now.
Deliverable: A running Flask server that responds to two basic URL requests.
Initialize the Flask project and create "Stub" routes.
Create a basic app.py. Define a route / that renders a template and an API route /api/questions that returns a hardcoded
"Hello World"message for now.Deliverable: A running Flask server that responds to two basic URL requests.