2 Guides

flask

How to build a REST API in Flask?

Flask is a python micro-framework that is often used to write backend architecture. Let's take a look at how you can build a REST API using Flask.

How to handle CORS in Flask?

Flask is a Python Framework that you can use to write backend code. In this piece, we will talk about how to handle CORS in Flask.