PoC-Python-API This is a proof of concept to learn a bit of python using FastApi. Steps to run 1- Must have Python installed 2- Install FastApi run pip install fastapi 3- Install ASGI server run pip install "uvicorn[standard]" 4- Finnaly run application run uvicorn main:app --reload