- Define CRUD.
CRUD stands for Create, Retrieve, Update, and Delete. These are the major functions of a database application.
- There are seven verb + path combinations that are necessary in a basic Sinatra app in order to provide full CRUD functionality. List each of the seven combinations, and explain what each is for.
Get, render index of objects Get, render data object by id Get, render form to post new data object Post, redirect to new data object (with id)