Diese Angular-Programmierung ist die clientseitige Web-Anwendung für das Online-Testen des IQB. Über diesen Weg wird die Programmierung allen Interessierten zur Verfügung gestellt. Eine Anleitung zum Installieren und Konfigurieren wird schrittweise an dieser Stelle folgen.
***
This is the frontend of the Testcenter application. It's written in Typescript using Angular 9.
You can find the backend [here](https://github.com/iqb-berlin/testcenter-backend).
## Documentation
*TBA*
## Bug Reports
File bug reports, feature requests etc. [here](https://github.com/iqb-berlin/testcenter-frontend/issues).
## Installation
### With Docker (recommended)
Find Docker files for a complete setup of the application [here](https://github.com/iqb-berlin/testcenter-setup).
### Manual Compilation
#### Prerequisites
* node 12+
#### Compilation Steps
```
npm install
ng build --prod
```
Find compiled App in src folder and open in Browser or serve with `ng serve`.