*** COMP 2537 Assignment 1
This assignment shows an understanding of how to use MongoDB to create a signup/login system.
It is hosted on render at https://assignment1-ywbo.onrender.com
The cats on the members page are my cats: Cat with Yellow hat: Squidge Scary looking black cat: Spartacus Other strange looking black cat: Steve
Self-graded Assignment 1 Checklist
Criteria
========
[x] A home page links to signup and login, if not logged in; and links to members and signout, if logged in. [x] A members page that displays 1 of 3 random images stored on the server. [x] The members page will redirect to the home page if no valid session is found. [x] The signout buttons end the session. [x] All secrets, encryption keys, database passwords are stored in a .env file.
[x] The .env file is NOT in your git repo. [x] Password is BCrypted in the MongoDB database. [x] Your site is hosted in a hosting service like Render. [x] A 404 page that "catches" all invalid page hits and that sets the status code to 404. [x] Session information is stored in an encrypted MongoDB session database. Sessions expire after 1 hour.
/50 (Total grade out of 50, 5 marks each x 10 items)
*Note items are considered fully complete (marked with an x inside the box: [x]), OR incomplete (box is left empty: [ ])