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 to make the create, update, and delete a portion of the API to complement the read microservice. And I’m going to do it in Python because one of the freedoms of microservice architecture is you can use different expression languages for each service.

This may seem crazy but think about if you ran a development shop and you had one coder expert at PHP and another coder expert at Python. You could fully utilize both, in their field of expertise.

#python #programming #docker #python3

How to Create a Python API Using Flask/Connexion
1.75 GEEK