Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Make a CRUD APP , about anything you like. Something about SPORTS please . Post the code to use: 1)What files the code belongs to

Make a CRUD APP, about anything you like. Something about SPORTS please.

Post the code to use:

1)What files the code belongs to (html, css, java etc)

Example being:

This code belongs to index.html

This code goes in css

This code goes into java

image text in transcribed

CRUD app Make a CRUD app, about anything you like. Movies, cooking, sports... you choose. Do at least the following: Persist records with Taffy, or to a server. Have a record set list that's public. Have an admin section. Create an admin record set list, with edit, and delete buttons for each record. Have a login form, with a logout link in the menu. Have a way for admins to add new records, and edit and delete existing records. All admins require login. Confirm record deletion. Validation. Required data, data that is not negative, etc. Have a data initialization page, linked to the main admin page, that requires login. Confirm data initialization with the user. Optional: Persistent transaction log, with timestamp. Sort the record set by fields the user chooses. Have a record set of usernames and passwords that the login logic searches. Use checkboxes, radio buttons, and/or select lists in the add/edit form. Have two or more entities related through a foreign key, like keywords, or teams for sporting events. Submit the URL of your solution. CRUD app Make a CRUD app, about anything you like. Movies, cooking, sports... you choose. Do at least the following: Persist records with Taffy, or to a server. Have a record set list that's public. Have an admin section. Create an admin record set list, with edit, and delete buttons for each record. Have a login form, with a logout link in the menu. Have a way for admins to add new records, and edit and delete existing records. All admins require login. Confirm record deletion. Validation. Required data, data that is not negative, etc. Have a data initialization page, linked to the main admin page, that requires login. Confirm data initialization with the user. Optional: Persistent transaction log, with timestamp. Sort the record set by fields the user chooses. Have a record set of usernames and passwords that the login logic searches. Use checkboxes, radio buttons, and/or select lists in the add/edit form. Have two or more entities related through a foreign key, like keywords, or teams for sporting events. Submit the URL of your solution

Step by Step Solution

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

Students also viewed these Databases questions