Skip to content
Andrew Richards edited this page Jan 12, 2016 · 7 revisions

medvid.io Web App Demo

Overview

Basic web app built in Python that utilizes the medvid.io API for HIPAA compliant, secure video management. Skeleton code can be reused / modified / redistributed under the MIT license.

This is a stateless application designed to demonstrate possible interactions with the medvid.io API. As such there is no database backend, limited data validation, and limited security features. The medvid.io API is the final arbiter of requests / responses in this example.

It is recommended that this code is NOT run on public facing systems due to its planned security and data validation limitations

Clone this wiki locally