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
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/
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