Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Data Management / CRUD Generator AngularJS

I am looking for a simple CRUD template system for AngularJS that dynamically creates UIs to manage entities via REST. Is there something out there that does this already or a template that is easy to adjust?

Ideally a framework / template where all I have to do is specify a REST resource layout, and a data model definition in JSON that describes entities and relations.

Any recommendations? I don't want to build this again in another language =)

like image 372
Elmar Weber Avatar asked Jan 28 '15 22:01

Elmar Weber


1 Answers

You should try Telosys http://www.telosys.org/

See all the tutorials https://sites.google.com/site/telosystutorial/ and especially the tutorial dedicated to AngularJS https://sites.google.com/site/telosystutorial/angularjs

like image 141
lgu Avatar answered Oct 20 '22 15:10

lgu