DEV Community

Arunkumar Dharuman
Arunkumar Dharuman

Posted on

Beginner's guide to @app.route() decorator in Flask

In this video, we'll see how to define and configure routes in Flask. Also, how to access HTTP Methods, Path param, Query param, Headers and Body of the Request and Response.

Source Code: https://github.com/CodePossibility/flask-route

Top comments (0)