Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PROGRAME THE FOLLOWING REQUIREMENTS The content and topic of the new images and tables are up to you. How much is required for the


PROGRAME THE FOLLOWING REQUIREMENTSThis exercise uses your programming environment to enhance the Web site you created last week with additional 

The content and topic of the new images and tables are up to you. How much is required for the user registration is up to you as well. However, the registration and associated login should contain at least a login name and password.

Here is the code I have so far: app.py file: # Let's import date function to display the date today in our 

@app.route('/') def home():  @app.route('/about_us') def about_me():  Index.html file: Python Project 6! Finding Ice cream for you! Menu  Home  Contact Us  About Us Here's our 1. Vanilla 2. Chocolate 3. Cookies & Cream Special discount will be given this week! Don't eat ice cream to Python Project 6! Contact us No info here! Menu Home Contact Us About Us about_us.html file: Python Project 6 About us Ice Cream ! Menu Home Contact Us About Us style.css file: body { margin: 0; padding: 0; font-family: } .menu { } list-style-type: none; 

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 log in to a website. Additional security considerations include other routes (beyond the registered route) that will not be accessible until a successful login has occurred. In addition to the requirements listed above the following functionality should be found within your website 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 similarly 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.

Step by Step Solution

3.49 Rating (136 Votes )

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation and Management

Authors: Carlos Coronel, Steven Morris

11th edition

9781305323230, 1285196147, 1305323238, 978-1285196145

More Books

Students also viewed these Computer Engineering questions

Question

What are the main sources of resources for a Debt Service Fund?

Answered: 1 week ago

Question

What are metadata?

Answered: 1 week ago

Question

Why might a page-level lock be preferred over a field-level lock?

Answered: 1 week ago