-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
6 lines (6 loc) · 884 Bytes
/
Copy pathREADME.txt
File metadata and controls
6 lines (6 loc) · 884 Bytes
1
2
3
4
5
6
""" Name: Aaron Gallon Jacob Proenza-Smith Date: December 6, 2024 Assignment: #6 Due Date: December 6, 2024 About this project: Develop a basic frontend web application that interacts with a database for a small scale real-world applications using Flask (and Python).
A baking dataset that holds bakers and Entries created by the bakers with custom numbers of Votes for what other "thought" about their desserts. This program fully encrypts and decrypts data when
handling information in the db. The db is initialized and created by running app.py.
To sign in with each security level you sign in with these on the login page: (Username, password) Admin1, 12345 | Admin2, 12345 | Admin3, 12345
This program assumes you have the proper imports to run it.
All work below was performed solely by Aaron Gallon and Jacob Proenza-Smith. I did not use code generated by an AI tool. """