Question: Hello I need help with this assignment. In this assignment, you have to integrate the database with your project code and show database results on
Hello I need help with this assignment. In this assignment, you have to integrate the database with your project code and show database results on the frontend HTML pages. You have to implement the following:
Write code to invoke the database programmatically.
Process and send database results to HTML pages.
From the HTML page, send user data to the server, process them, and add them to the database.
You have to complete this for all HTML pages in the project. It's okay if its not polished for final submission or presentation.
What to submit: A zip file containing the following:
HTML CSS pages if any and Python server code.
A WordPDF containing the screenshots of the HTML pages with results from the database.
This are the a html
Welcome page:
DOCTYPE html
html langen
head
hWelcome to Your ECommerce Site Title
div class"buttons"
a href#Create Account div
Login page:
DOCTYPE
lang
head
form action#
label for"username"Username:
Password:
Login
div
Login page:
DOCTYPE
lang
head
Login Your Commerce Site Title
body
Login
form action#
label for"username"Username:
Password:
Login
Product Listing page:
DOCTYPE html
html langen
head
head
body
div class"productlist"
div
body
html
Product Description page:
DOCTYPE html
html langen
head
meta name"viewport" content"widthdevicewidth, initialscale
head
body
h Your ECommerce Site Title
hProduct Name
Product Description p
div class"buttons"
a href#Add to Cart
a href#Buy Now
div
body
Checkout and Shipping page:
DOCTYPE html
html langen
head
meta charset"UTF
head
body
hYour ECommerce Site Title
h Shipping Address
form action#
form
Billing Address
form action#
form
Your Order
body
Order Confirmation page:
DOCTYPE
lang
head
meta charset"UTF
p Your order details:
Product Name: Product Description
Order Number:
This is the tables.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
