nmdp-bioinformatics / gfe-service

GFE Webservice: Provides REST endpoints to GFE related functions
GNU Lesser General Public License v3.0
3 stars 7 forks source link
gfe

GFE Service

Swagger Server

This server was generated by the swagger-codegen project. By using the OpenAPI-Spec from a remote server.

This example uses the Connexion library on top of Flask.

This project has been tested on python 3.6.8

Pre-requisites

Running the Server

In order to run the server, follow these steps in root directory of gfe-service:

Your local server should be running at: http://localhost:8080/ui/

Further Details:

Your Swagger definition lives here: http://localhost:8080/swagger.json

Change debug=False in main.py for production.

~ Change Debug=False in production in main.py