This boilerplate provides an admin dashboard built with Angular 7.
This boilerplate is meant to be used with Hapify. To get more info about Hapify setup, please refer to https://www.hapify.io/get-started.
Some examples of what you will get:
- Option 1: Clone and configure this boilerplate using command
hpf new --boilerplate ngx_dashboard_tractr
. - Option 2: You can clone this repository and change the project id in file
hapify.json
by running commandhpf use
.
Then you need to generate code from your Hapify project using hpf generate
.
.gitignore
. You should edit this file and remove the last lines before committing.
This project can be used with one of these back-ends:
hapijs_tractr
: NodeJS API built with HapiJS.slim_php_tractr
: PHP API built with Slim Framework.
Please install and start an API before running Angular Dashboard. Don't forget to create an admin user (see documentation). Otherwise, you won't be able to connect to the dashboard.
Once the API is started, you can run the project:
npm install
npm start
This boilerplate includes a user sessions management.