Tuesday, 2 February 2016

what are some good frameworks which include an admin ui already. Like Keystone without the view stuff

I've been using sailsjs but the thing that it lacks is a nice automated admin UI to do basic admin CRUD related tasks against the DB... things like user management, or Model management (insert rows to a collection, etc). Its a pain in the ass to build that out using sails ejs views, before I can maintain the CRUD on the app.I looked at Keystone but it seems more aimed at a custom CMS, you use their views and templating system to build out the "frontend" and it provides the admin side.In the end I want something that presents a RESTful API like sails does, with a mostly automated admin UI thats built out (like keystone does, i'm assuming).So /r/node what are some good frameworks that will help here. Frontend will be react or angular, backend node with an admin panel in whatever (ejs, jade, dont care as it would be mostly automated).

Submitted February 02, 2016 at 08:54PM by ndboost

No comments:

Post a Comment