For this assignment I need mainly a way to add the login and register page and then it should load my next page. I will be attaching what I have so far and for this assignment only use dictionaries for the username and password. for the table you can leave it empty and pictures just leave a text saying this is where it goes and you can do the same for the info in the table.
This exercise uses your programming environment to enhance the Web site you
created last week with additional functionality to include images, tables and a Form using
Python flask. Specifically, you will add two (2) additional routes allowing a user to register and
login to a web site. Additional security considerations include other routes (beyond the register
route) will not be accessible until a successful login has occurred.
In addition to the requirements list above the following functionality should be found within your web
site on one or more web pages.
Add at least 4 different images. The images should be local in your environment. For example,
they should be saved in your environment and referenced similar to this syntax:
A Table with at least 4 rows and 3 columns.
A user registration form
A user login form
A password complexity should be enforced to include at least 12 characters in length, and
include at least 1 uppercase character, 1 lowercase character, 1 number and 1 special character.