Skip to content

GFE Webservice: Provides REST endpoints to GFE related functions

License

Notifications You must be signed in to change notification settings

nmdp-bioinformatics/gfe-service

Repository files navigation

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:

  • Create a virtual environment using python3 (preferable 3.6.8) and activate it:
virtualenv venv --python=python3
source venv/bin/activate
  • Install requirements using:
pip3 install -r requirements.txt
  • Run the server using:
python main.py

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

About

GFE Webservice: Provides REST endpoints to GFE related functions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published