Created a high-performance REST API using FastAPI and Pydantic, supporting data on various countries, with features such as data validation and automatic JSON response handling.
annotated-types==0.5.0
anyio==3.7.1
click==8.1.5
exceptiongroup==1.1.2
fastapi==0.100.0
h11==0.14.0
idna==3.4
pydantic==2.0.3
pydantic_core==2.3.0
sniffio==1.3.0
starlette==0.27.0
typing_extensions==4.7.1
uvicorn==0.23.0
uvicorn app:app --reload