Extensible management console running on angular and material design.
This project is under development.
- Management console for your project
- Simple REST API to your server
ng-manager requires to be installed gulp before running. To install gulp, run
npm install -g gulp
To install dependencies, use bower.
bower install
Example server uses Google OAuth as authentication provider. Before starting, you should set client info into environment variables.
export GOOGLE_CLIENT_ID=...
export GOOGLE_CLIENT_SECRET=...
export GOOGLE_CALLBACK_URL=...
To run example server, run
gulp
- Authentication
- Jobs
ng-manager is under MIT license.