storing HIPAA data directly from ionic/angular mobile application front end

143 views Asked by At

I have an Ionic app that gathers data from users in the form of a survey. The survey data needs to be stored in a HIPAA compliant manner.

I have discovered that box.com, google drive, AWS, and others are all decent options for HIPAA data.

MY QUESTION: what is the best way to post the data directly from the ionic frontend once the survey is complete? can any of these services create a small REST API? I am trying to avoid creating any sort of backend myself (besides a database).

0

There are 0 answers