make your custom dashboards just with api endpoints!
-
clone DAD source
-
create
.env
file based on.env.example
file
most important properties that you must fill is
DS_TYPES
if you want to use another database like
mysql
for internal, you must add right package inpackage.json
file as follows:
- for mysql:
"mysql2":"^2.3.0"
-
now
npm i
to install dependencies -
then run DAD with
npm run build; npm run start
-
you must call an API for install and configure DAD:
[GET] http://localhost:8082/api/v1/server/install
- after, install DAD, you can access to swagger API docs.
- Configs
- using pipes
- complete simple dashboard
- cache report queries
- using ORM language (with loops and variables)