adamFittlerGit / stormdrain

My personal blog website I can use to track my personal progress and ideas as well as my projects and think I am learning
https://stormdrain-eight.vercel.app
0 stars 0 forks source link

Adding Posts Page #2

Closed adamFittlerGit closed 3 days ago

adamFittlerGit commented 1 week ago

Need to have an indiviaual page for each post and the posts home page should only include the post image, title, tag and a short AI summary of the post content

adamFittlerGit commented 1 week ago

This issue has been progressed with a beta version there now all is needed to to create the backend api in /api/getPostData/route.ts and make it a get request, then setup the backend to retrieve this data from supabase it should be relatively trivel to show this as it can just reuse a lot of the previous code used in my other nextjs api endpoints.

adamFittlerGit commented 3 days ago

Done it works seemlessly