Data Management / CRUD Generator AngularJS

I am looking for a simple CRUD template system for AngularJS that dynamically creates user interfaces for managing objects through REST. Is there something that does this already, or a template that is easy to customize?

Ideally, a structure / template where all I need to do is specify a REST resource layout and define a data model in JSON that describes entities and relationships.

Any recommendations? I do not want to build it again in another language =)

+5
source share
2 answers
+7
source

mCrud

Someone created the Node.js / AngularJS application using material design to create a shared crud in a MySQL database using sexualization as orm. Looks nice. You can purchase it for $ 27.

Here it is: https://codecanyon.net/item/mcrud-materialized-database-crud-generator/14617925

ng admin

AngularJS GUI for any RESTful API

https://github.com/marmelab/ng-admin

and even more...

The community wiki is being discussed in response to this topic.

What admin / agnostic admin / graphical interfaces are there?

0
source

Source: https://habr.com/ru/post/1212146/


All Articles