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. Youll set up APIs to perform create read update and delete (CRUD) operations. Youll 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. Youll install and use the Advanced REST Client.