Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 635 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 635 Bytes

create a post

  • curl -H "Content-Type: application/json" -X POST -d '{"title":"Lucas Fontes Gaspareto","description":"My name correct","txt":"I am a programmer"}' http://localhost:3000/post

edit a post

  • curl -H "Content-Type: application/json" -X PUT -d '{"title":"Gaspareto Fontes Lucas","description":"My name incorrect","txt":"I am a fucker programmer"}' http://localhost:3000/post/:id

delete a post

show a post

show all posts

scripts

  • npm run dev
  • npm run build