Skip to content
beze-FAU edited this page Jul 21, 2020 · 7 revisions

MSG Audit Tool

This is the implementation of a web-based software solution to faciliate the audit process according to ISO/IEC 25010. The software enables the consultant to manage audit projects, monitor the audit progress, and export project results on site at the customer's location. It was developed by students in cooperation with the industry partner msg within the AMOS course 2020 at FAU Erlangen-Nuremberg.

The software consists of 2 parts. A web-based frontend application using the Angular framework and a Java based backend application accessible via a REST-API.

Frontend:

A detailed documentation for further development can be found here

Backend:

All information are stored in a MySQL-Database using the following scheme: er-diagramm

The JavaDocs for further development can be found here

Once the backend application is running a detailed description of all REST-endpoints can be found under:

http://localhost:8080/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config#/

Clone this wiki locally