○ id
○ title
○ slug
○ content
○ excerpt
○ published_at
○ tags
○ authorhttp GET ':3000/' -b
http GET ':3000/posts' -b | jq
http GET ':3000/posts?tags=1' -b | jq
http GET ':3000/posts/html' -b | jq
http GET ':3000/posts/css' -b | jq
http GET ':3000/posts/js' -b | jq
http POST ':3000/posts' id=4 title='Vue' slug='vue' content='Single Page Application' excerpt='Single Page Application' tags='technology' author='tushar' -bpage.tsx // export default function Home() { // return
hello
;
// }