Here, you can find all the information you need to set up and use our frontend system.
Our frontend is built in Angular Angular.
To enhance a user-friendly UI, we use Bootstrap Bootstrap.
We test our application with Karma and Jasemine Karma and Jasemine.
For data visualization and statistics, we rely on Chart.js Charts.js. This library supports us to create engaging charts and graphs, providing valuable insights into our data.
This project was generated with Angular CLI version 16.2.7.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
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
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run npx cypress run
to execute the acceptance tests. For our acceptance tests, we use cypress.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.