Liu, Zhilun2020-08-272020-08-2720202020-08-27http://hdl.handle.net/1828/12033In 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.enAvailable to the World Wide WebSpring BootBackend ApplicationJavaECG monitoringConstructing server for ECG monitoring application Using Java Spring Bootproject