From 868c85ccf8bc2c0ca9f4805a5088dd306c3372fe Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Tue, 13 Dec 2016 16:54:45 +0100 Subject: [PATCH] add admin-on-rest --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a03e70..6f0c973 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ## Miscellaneous * [ng-admin](https://github.com/marmelab/ng-admin) - Add an AngularJS admin GUI to any RESTful API. +* [admin-on-rest](https://github.com/marmelab/admin-on-rest) - Add a ReactJS admin GUI to any RESTful API. * [swagger-codegen](https://github.com/swagger-api/swagger-codegen) - Auto generation of client libraries or server stubs given an OpenAPI speification (formerly known as the Swagger Specification). * [Lumber](https://github.com/ForestAdmin/lumber) - Generate the admin interface of your application.