Skip to content
Snippets Groups Projects
Commit 5a78ca8e authored by paf's avatar paf
Browse files

update readme

parent a9adb341
No related branches found
No related tags found
No related merge requests found
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)
# IQB Testcenter
# 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](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`.
## Tests
*TBA*
## Development
### Coding Standards
*TBA*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment