Concept Flow - Why routing is Flask's core
Start Flask App
Receive HTTP Request
Match URL to Route
Route Found
Call View Func
Send Response Back
End
This flow shows how Flask uses routing to connect web requests to the right code, making routing the core of Flask.