- C1270016000 Birthdays Add A Birthday N Add Birthday All Birthdays Nu Harry 2 31 R Mi Hermio 19 Create A Web Application 1 (209.51 KiB) Viewed 30 times
C1270016000 Birthdays Add a Birthday N Add Birthday All Birthdays Nu Harry 2/31 R MI Hermio 19 Create a web application
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
C1270016000 Birthdays Add a Birthday N Add Birthday All Birthdays Nu Harry 2/31 R MI Hermio 19 Create a web application
C1270016000 Birthdays Add a Birthday N Add Birthday All Birthdays Nu Harry 2/31 R MI Hermio 19 Create a web application to keep track of friends' birthdays. Your application looks like the attached user email Implementation Details Complete the implementation of a web application to let users store and keep track of birthdays. . When the route is requested via GET, your web application should display, in a table, all of the people in your database along with their birthdays. • First, in app.py, add logic in your GET request handling to query the birthdays.db database for all birthdays. Pass all of that data to your index.html template. • Then, in index.html, add logic to render each birthday as a row in the table. Each row should have two columns: one column for the person's name and another column for the person's birthday. When the route is requested via POST, your web application should add a new birthday to your database and then re- render the index page . First, in index.html, add an HTML form. The form should let users type in a name, a birthday month, and a birthday day. Be sure the form submits to/ (its "action") with a method of post. • Then, in app.py, add logic in your POST request handling to INSERT a new row into the birthdays table based on the data supplied by the user. Also add the following functionality • Add the ability to delete and/or edit birthday entries. 1. Sir – please do strictly follow the instructions given above here. 2. Implement every query required. 3. Implement add.py, birthdays.db, index.html seperately with code.