Understanding FastAPI Query Parameters
suppose this is a your dictionary here by later on will use a real database :so , for now we are using dictionary :
posted = { 1 :
{
"title" : "new post",
"content" : "i am in hunza gilgit..."
},
...
fast-api-blog.hashnode.dev2 min read