Skip to content

Piyush-linux/nextjs-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Schema

○ id
○ title
○ slug
○ content
○ excerpt
○ published_at
○ tags
○ author

Backend API

http 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' -b

page.tsx // export default function Home() { // return

hello
; // }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors