Skip to content

lucasfontesgaspareto/koajs2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple KoaJS v2.x application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published