[L] CRUD
Presenting the design pattern Create, Read, Update, Delete (CRUD) to work with persistent storage and user interfaces. Shows how to implement CRUD as a web application.
Practice & learn more
To learn more you can work with the exercise below.
src/express/crud
on how to implement CRUD with Express in a MVC fashion.
Figure. The database is part of the Model in MVC.
Resources
Resources that are used, or are relevant, for the areas that the lecture covers.