How to Create a Python API Using Flask and Connexion

Making an authenticated backend running in the cloud

Randal Kamradt Sr
Level Up Coding
Published in
17 min readNov 30, 2020

--

Lady with Python
Image by Dean Moriarty from Pixabay

In my article Modern PHP, I created a full-stack application. Then later I wrote Microservices with PHP and Lumen which presented a partial REST API using PHP and Lumen to simply read the data produced by the original full-stack application and make it available as JSON. Today I’m going…

--

--