The goal of this project is to create a medical application API to help monitor patients at home or in the hospital and faciliate communication between patient and medical professional through device module and chat module. The users of this application include patients, medical professionals, administrators and developers.
The goal of the datebase module is to provide an API that accepts data in json format, validates the input, and transfers it to a database. For details on device module package structure: Device Package Structure For details on device api: Device API
The goal of the chat system module is to validate message packages, store them in mongoDB, allow users to find messages based on id and names, delete message packages from mongoDB and return a count of existing packages from the database. This API allows users to connect to a backend communication plateform that mimics that of a real-time chat functionality. For details on chat module package structure: Chat Package Structure For details on chat API: Chat API
The goal of the concurrency module is to enable a program to perform many tasks simultaneously or asynchronously.
For details on branching: Branching Strategy
For details on results and conclusions: Results and Conclusion
Version 1.0