Feature idea: Add a RESTful CRUD example: * Server, using a library that makes it very easy to create a RESTful JSON API * UI in front of that server. * CRUD features - a counter to the numerous examples that only do the "R" in CRUD. (BTW - I'm a big fan of REST for inter-system APIs, but GraphQL or similar is probably now a better choice for typical web-UI-to-data-server APIs.)
Feature idea:
Add a RESTful CRUD example:
(BTW - I'm a big fan of REST for inter-system APIs, but GraphQL or similar is probably now a better choice for typical web-UI-to-data-server APIs.)