Skip to content

Minimal hello world example with Connexion and OpenAPI/Swagger.

Notifications You must be signed in to change notification settings

igorbrigadir/connexion-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minimal hello world example with Connexion and OpenAPI/Swagger.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%