Constructing server for ECG monitoring application Using Java Spring Boot
Date
2020-08-27
Authors
Liu, Zhilun
Journal Title
Journal ISSN
Volume Title
Publisher
Abstract
In this report, we describe several key elements to construct a safe and efficient server for remote electrocardiogram monitoring. In particular, we will focus on the Restful API designing rules, database table constructing rules, and the network security of the server. By using Java Spring Boot and its sub-frameworks Spring data JPA, which helps to simplify the interaction between server application and database, and Spring security, which constructs a basic security structure including authentication and authorization layers, we provide the implementation of APIs, the detailed security requirements and risk management. The details of database structures are presented. This report also explains the procedure of ECG data
animation in the front-end application.
Description
Keywords
Spring Boot, Backend Application, Java, ECG monitoring