Skip to content

fortitudoinc/openmrs-contrib-telemedicine-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openmrs-contrib-telemedicine-proxy

This repository contains a reverse proxy for the OpenMRS server. It helps increase security of the server from illegal access and other attempts to harm the server. The proxy has been developed using Flask and Gunicorn as the WSGI client.

The Flask app has two endpoints

  • fetch - For fetching the unique patient Uuid.
  • register - For registering the patient with user provided detail

The proxy server runs inside a docker container in a python 3.6 environment.The container exposes port 3000 to the host machine. This container is under use at the main fortitudo-infrastructure and is added to its docker-compose file.This proxy was specially designed for the project Nigeria Telemedicine App.

About

Backend proxy for telemedicine app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%