Skip to content

myaoo18/MedicalApplication

Repository files navigation

MedicalApplication by Mandy Yao (EC 530)

Description

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.

Database Module

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

Chat System Module

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

Concurrency Module

The goal of the concurrency module is to enable a program to perform many tasks simultaneously or asynchronously.

Branching Strategy

For details on branching: Branching Strategy

Results and Conclusions

For details on results and conclusions: Results and Conclusion

Release Notes

Version 1.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages