/connexion-hello-world

Minimal hello world example with Connexion and OpenAPI/Swagger.

Primary LanguagePython

Connexion Hello World

Minimal hello world example with Connexion and OpenAPI/Swagger.

Why?

The Connexion README doesn't actually get you started and the Pet Store example is overly complicated.

Development

First Setup

  • python3 -m venv .
  • source bin/activate
  • pip install -r requirements.txt

Usage

  • source bin/activate
  • python app.py
  • Visit http://0.0.0.0:9876
  • Visit http://0.0.0.0:9876/ui for the Swagger console

Swagger UI console