Simple admin interface written in AngularJS
ng-admin-ui is a nice and simple admin interface written in AngularJS, plug-in your back-end APIs in order to persist data to your database.
ng-admin-ui uses the following open source libraries:
- ui-router https://github.com/angular-ui/ui-router
- SB Admin 2.0 (bootstrap admin interface) https://startbootstrap.com/template-overviews/sb-admin-2/
- Angular Loading bar: http://chieffancypants.github.io/angular-loading-bar/
- Angular local storage https://github.com/grevory/angular-local-storage
At this stage only the following features have been added:
- Login: Plug your endpoint in order to retrieve a token from your back-end when a username/password combination has been sent.
- List: Display a list of items in a grid (kendo-ui grid provided as example only)