gabrielinaciosouza / blog

0 stars 0 forks source link

[STORY] Posts creation #4

Open gabrielinaciosouza opened 2 months ago

gabrielinaciosouza commented 2 months ago

As a blog author, I want to create new posts to share content with my readers.

Additional Details:

Data Input: The system should allow the author to provide a title and content for the post.

Validation:

Persistence: The post should be saved in a database with the following fields:

Response: After creating the post, the system should return a unique post identifier and a confirmation that the post was successfully created.

Error: If there is a problem during creation (e.g., invalid title or content), the system should return an appropriate error message.

Tasks:

gabrielinaciosouza commented 2 months ago

3 - Parent Epic