- server1.py: Simple Flask server
- server2.py: Flask server with set response status code
- server3.py: Flask server processing input arguments
- server4.py: Flask server with dynamic URLs (GET /count, GET /person/id, and DELETE /person/id endpoints)
- server5.py: Flask server parsing JSON from request body
- server6.py: Flask server with custom error handler
- Flask
(Practice projects as part of the IBM course “Developing AI Applications with Python and Flask”.)