- Create an API with FastAPI, where, using requests for simulate a request in API previously made available.
- Using FastAPI for make available the infos of request.
- Create a Virtual Ambient with python -m venv name_of_ambient
- Install dependencies contained in requirements.txt
- pip3 install requests
- pip3 install uvicorn
- pip3 install fastapi
- Initialize the project with uvicorn main:app --reload