4. CRUD Application with Flask (Part 2)
(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.
- 2.
- 3.
Discuss API documentation
- 4.
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 ...