CRUD App

CRUD is a Software Design Acronym

  • Create
  • Read
  • Update
  • Delete

One could argue, that about 90% of all Computer Programms are CRUD-Apps.

In Web-Development the CRUD model is essential to understand the workings of Databases and REST APIs.

[1] Wikipedia

Mastodon