Form-based CRUD

Simple, form-based Create, Read, Update and Delete functions.

Create

End-point: /create

../../_images/create.png

Create-form

Read

End-point: [id]/read

../../_images/read_tabs.png

Read view with component tabs

Update

End-point: [id]/update

../../_images/update_tabs.png

Update-form on tab

Delete

End-point: [id]/delete