Milestone 2

  +150

Starting with the Flaskr tutorial application,

  • Extend it so that it shows the author’s username and the timestamp for each post.

  • Add a table user to the database schema. Create a command-line interface for adding new users to the system, such as:

    flask adduser USERNAME PASSWORD

    After this, we should be able to log in using that username and password, or the hard-coded admin account.

There is a start on both of these tasks in the repository, from the class on 25 September. Specifically, these two commits:

TODO: Instructions on how to submit.