The first part of the final is to create a mechanism for the users
to log into the site. Once logged into the site you will be able to comment on the
photo galleries. This requires the ability to register new users, login, logout and
modify/delete users.
1. create a table to store user information
2. interact with a database
3. be clear as what has happened or didn't happen
4. use a session or cookie.
The second part is create a system to allow feed back or comments on the
content pages created for the site. A user from the above part should be able
log into and add a comment or feedback.
Deliverable items
- A planning page
- registration page
- Login page
- user update/delete-only for adminstrators.
