In this video, we set up the web application to interact with the server.
We introduce the form element in html, and discuss how to use action and method.
When determining the type of method to use, in general, they match with CRUD as follows:
GET = Read
POST = Create
PUT = Update
DELETE = Delete