Articles tagged "api-rest"
5 min readIntermediate
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).