2020-01-09 10:24:21 -05:00
2020-01-08 16:05:16 -05:00
2020-01-08 16:45:35 -05:00
2020-01-08 16:05:16 -05:00
2020-01-08 15:57:00 -05:00
2020-01-08 16:01:05 -05:00
2020-01-08 15:57:00 -05:00
2020-01-09 10:24:21 -05:00
2020-01-08 16:14:16 -05:00

Requirements

  • Python 3
  • pip (for python 3)
  • pipenv (just run pip install pipenv)

Running these examples

pipenv run python run.py

This will start a webserver on localhost at port 5001. To see the api, you can visit http://localhost:5001/pb/ui

For future reference, these are the steps Sartography is taking to set up Mock Services:

  1. mdkir project
  2. cd project
  3. pipenv install
  4. pipenv install flask
  5. pipenv install connexion
  6. place your swagger/openapi file in the root directory
  7. add methods to return example data in the app.py file.
Description
A mock up of the interface with Protocol Builder
Readme
Languages
Python 86.7%
HTML 4.9%
Shell 4%
SCSS 3.7%
Dockerfile 0.4%
Other 0.3%