Python API Development Fundamentals
上QQ阅读APP看书,第一时间看更新

2. Starting to Build Our Project

Learning Objectives

By the end of this chapter, you will be able to:

  • Build a Restful API service efficiently using the Flask-Restful package
  • Build an extendable Flask project
  • Perform CRUD operations using the model
  • Test RESTful APIs using curl, httpie, and Postman

In this chapter, we will start to work on the food recipe-sharing platform and learn how to create a RESTful API application.