Skip to content
Snippets Groups Projects
user avatar
paf authored
abbb8fd1
History

License: MIT

Testcenter Frontend

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.

Documentation

TBA

Bug Reports

File bug reports, feature requests etc. here.

Installation

With Docker (recommended)

Find Docker files for a complete setup of the application here.

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.

Tests

TBA

Development

Coding Standards

TBA