Flask-RESTful: Integrating the API Server with a MySQL Database
Learn more about Flask-RESTful, which connects to the ORM libraries you use to connect to your database. you’ll set up APIs to perform create, read, update, and delete (CRUD) operations. you’ll then implement APIs using an in-memory dictionary before integrating them with a MySQL database back end. You’ll set up a MySQL database and work with MySQL Workbench. you’ll install and use the Advanced REST Client.