Your group will get the maximal grade if following the step by step
procedure in your readme file results in a running system with two (2)
skeleton-functional user interface buttons/menu-items. For example, if
you have implemented a registration/login process, then I should be able
to type in a name and password (specified in the readme), press submit
(one of the two buttons/menu-items that "work") and see (from the UI or
from console output) these two pieces of data passed to the
authentication sub-system, verified, and the next action performed.
Verification can simply be the message
"Verifying testuser with password testpass"
if you asked me to type in "testuser" as the username and "testpass" as
testuser's password. No verification need actually be performed in
this skeleton . The same holds for the next action to be
performed after verification.