Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 373 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 373 Bytes

How to Build

cd connexion_api
# create and activate virtual environment
pip install -r requirements.txt
python -m app

This should start the demo api using a development server on http://127.0.0.1:8000. Check the logs to verify the port number. The api can be accessed most easily from the browser:

See http://127.0.0.1:8000/0.1/ui for the Swagger UI.