Skip to content

stevemats/PaginationDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

FastAPI Pagination Demo

FastAPI project demo. Modify it to use on other projects.

The data.Json demo data was gotten from => jsonplaceholder.typicode.com


Requirements:


Usage:

On your terminal, navigate to project folder and run below commands:

Run the api in dev mode:

uvicorn main:app --reload

or

python -m uvicorn main:app --reload

Access the Json Data:

http://127.0.0.1:8000/posts

Access the Interactive Documentation:

http://127.0.0.1:8000/docs

interactive

Alternate Documentation:

http://127.0.0.1:8000/redoc

fastapi


About

Pagination API using Python and FastAPI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages