Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 639 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 639 Bytes

DataExpress

Authentication study

Completed: Jun 3, 2021

A group project with the intention of creating the following:

All pages are created dynamically using Express and Pug. All data is stored in MongoDB. Users can create an account with username, email, age, and three multiple choice questions. Passwords are encrypted. A cookie which stores the last time a user visited the page is created and displayed. On the home page a visual representation of their threee answers is displayed via Chart.js. Users can edit/update their own information. Upon logigng out the session ends and users are no longer able to modify their data.