a simple blog post API built using FastAPI that includes:
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.