kucherenko / blog

Test wordpress blog
MIT License
0 stars 0 forks source link

Implement task #78 - blog post page #79

Open brian-ai-assistant[bot] opened 1 year ago

brian-ai-assistant[bot] commented 1 year ago

To implement the blog post page, I would suggest the following architecture:

Backend:

Frontend:

With this architecture, the frontend can make a GET request to the backend API endpoint '/posts' to retrieve the list of blog posts. The returned data can be used to populate the Posts component, which, in turn, renders the PostPreview component for each post.

For the commit message, I would suggest: 'Implemented blog post page'