© Kunal Relan 2019
K. RelanBuilding REST APIs with Flaskhttps://doi.org/10.1007/978-1-4842-5022-8_4

4. CRUD Application with Flask (Part 2)

Kunal Relan1 
(1)
New Delhi, Delhi, India
 
In the last chapter, we created REST APIs using Flask, and now we have a working CRUD application. In this chapter, we’ll discuss and implement features to support and extend our REST APIs. While we have everything ready to deploy, however, here are a few more things we’ll discuss before deploying the application.
  1. 1.

    Email verification

     
  2. 2.

    File upload

     
  3. 3.

    Discuss API documentation

     
  4. 4.

    Integrate Swagger

     

Introduction

In the last chapter, we created a REST application using Flask and MySQL. In this chapter we’ll discuss about extending the application for additional features. We’ll ...

Get Building REST APIs with Flask: Create Python Web Services with MySQL now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.