This project is an Angular Dashboard using Chartist (https://gionkunz.github.io/chartist-js/)
It'is linked to the angular dashboard because it allows to retrieve information (frontend: Dashboard-Angular ; backend: Dashboard-nodeJs)
Project is created with:
- Node.Js: v14.17.0
- Prisma: v4.0.0
To run this project :
$ npm i
$ ng serve
Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng test
to execute the unit tests via Karma.
This project was generated with Angular CLI version 14.0.4.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.