OasisDigital / angular-enterprise-example

Scalable / Large Angular application structure example
MIT License
125 stars 47 forks source link

RESTful JSON CRUD - multiple entities #11

Open kylecordes opened 7 years ago

kylecordes commented 7 years ago

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.)

kylecordes commented 7 years ago

This is up and running for one entity type.

To more fully illustrate code with a moderate but not excessive amount of duplication, do the same thing for several more entity types?