Development of a web application to manage credit checks. The application is based on a SQL database and lets the user interact with the data using a web frontend. For communication with other systems the application provides REST services.
Supplement
For the development of the application a Microsoft SQL Server database is used to store the data. The application server is hosted in IIS and is developed using Microsoft .NET framework. For communication with other system the application server does publish REST endpoints. Users can view and edit data using a web frontend which is developed using the Javascript framework Vue.js.
Subject description
The application supports the business to manage credit checks which are requested by the quote calculation team. The user can view and edit the credit checks using list and detail views. To support the communication with the quote calculation system and the contract management system the application provides REST endpoints.