khwilo / django-dev-labs

Experimentation on Django features
MIT License
0 stars 0 forks source link

Create Comment Retrieval Endpoint #20

Open khwilo opened 3 months ago

khwilo commented 3 months ago

Description

As a registered user, I want to view comments on posts.

Acceptance Criteria

Users can retrieve comments for a specific post through an API endpoint.