Skip to content

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.

License

Notifications You must be signed in to change notification settings

giorgitchanturidze/fastapi-collection-of-countries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-collection-of-countries

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.

Requirements

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

Run the following command to start up a development server:

uvicorn app:app --reload

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages