How a request is handled in frappe

I want to know the core functionality of frappe ie.,
when a URL is entered, how the URL is handled,
how a URL are assigned to which mean where the logic is written for handling the request, how URLs and logic are linked and how response is generated
for ex: if we go to ‘/app/doctype/’ then we will get list of all the doctypes
how is the route handled?

1 Like

Hi @Vinay1:

This video contains amazing stuff about how Frappe handle requests.
Check:

Hope this helps.