public_html/LabWeek4 directory.
appuser postgresql table.
This should contain usernames and passwords. Next, create a login page
which authenticates users and then allows (or not) users to play your guess game.
Only authenticated users are authorized to play your guess game. If a
non-authenticated user attempts to access protected content, they should be immediately sent to
the login page.
I have created a database account for you with the following details
\i filename
command. You can play with my examples to get you started.