Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 329 Bytes

File metadata and controls

10 lines (8 loc) · 329 Bytes

fastapi

a simple blog post API built using FastAPI that includes:

Features

Retrieve Posts: Fetch all posts or a specific post by ID. Create Posts: Add new blog posts with optional ratings. Update Posts: Modify existing posts by ID. Delete Posts: Remove a post by ID. Get Latest Post: Retrieve the most recently added post.