This tool performs the data visualization of the OPIS results. Live Demo
This project was generated with Angular CLI version 7.3.9.
Before starting the UI, you must have the backend fully working on your machine. Follow the instruction in the OPIS Manager backend repo.
First of all, install the required dependencies with:
$ npm install
Install the last version of angular-cli to run the app locally with:
$ npm install -g @angular/cli
Configure the years and the API path, so copy src/assets/default.json into src/assets/config.json and configure the related years and API url, like:
{
"apiUrl": "http://localhost:8000/api/",
"years": ["2013/2014", "2014/2015", "2016/2017", "2017/2018", "2018/2019"]
}
Finally can run the front-end application with $ ng serve -o
then navigate to http://localhost:4200/
. The app 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. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
- Stefano Borzì (Helias)
- Pierpaolo Pecoraio
- Lemuel Puglisi
- Alessandro Catalano (Wornairz)
- Simone Scionti
- Alessio Piazza
- Diego Sinitò
- Salvo Asero