}

Api rest Index Page 1

flask example with POST API endpoint

In this tutorial, we are going to see how to create an API endpoint using flask. The endpoint will only accept POST request and it will use content-type application/json. Learn here how to create a minimal api rest with flask and python.

Api rest Index Page 1

Start a flask project from zero: Building a REST API

In this tutorial we explain how to build a REST API using flask. We try to create an environment similar to django (with management commands to migrate the database using flask).