CS 257: Software Design

Web Application, Phase 5: API implementation

For this phase, you'll implement the API you designed in phase 3.

What to hand in for Phase 5

Create a python program webapp/api.py. This program will contain a Flask app, and should use the same command-line argument processing as in my example_flask_app.py (that is, you can specify the host and port at the command line).