A demo API for learning and testing - Python REST APIs With Flask, Connexion, and SQLAlchemy.
Derived from https://realpython.com/flask-connexion-rest-api/
git clone https://github.com/guolunwei/rp-flask-api.git
cd rp-flask-api
docker build -t rp-flask-api .
docker run -dp 8000:8000 rp-flask-api
<docker-host-ip>:8000/api/ui