/msregistry

Swiss Multiple Sclerosis Registry Backend written in Python using Flask framework

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

MSRegistry Backend

MSRegistry Backend is the WEB Backend for Swiss Multiple Sclerosis Registry. It's developed in Python using Flask Framework.

Install

Before install MSRegistry I suggest to prepare a Python virtual environment using virtualenv:

$ virtualenv env
$ source env/bin/active

Now you can easily install Python dependencies:

$ cd msregistry
$ pip install -r requirements/common.txt

Deploy Database and run Web Application

Use flask to run Web application

$ export FLASK_APP=commands.py
$ flask run

Config

MSRegistry Backend configuration file is config.yml.