Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 975 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 975 Bytes

Building Web APIs with Flask

This repository contains the software that accompanies my O'Reilly training video Building Web APIs with Flask.

Building Web APIs with Flask

The class is structured around two example APIs:

  • orders: a service that exposes an orders database to clients.
  • camera: a service that allows clients to take and view pictures. This project is designed to run on a Raspberry Pi with a camera module, but can also be used on a regular computer with emulated camera hardware.

Instructions on how to install and use these examples is given in the appropraite segments of the class. Please visit the product page to see the contents of this video.