Step 4: Implement the Create Use Case
Let’s take a look at how to implement the create use case for the web application.
We'll cover the following...
Create
For our example application, the user interface page for the CRUD use case Create is called createBook.html
, located in the MinimalApp
folder.
In its head element, it loads the ...