8000
Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-books

build & start

$ docker-compose build
$ docker-compose up

request example

$ curl http://localhost:8080/book | jq
$ curl -X POST http://localhost:8080/book \
       -H 'content-type: application/json' \
       -d '{"title":"python","category":1,"author":"kosuke"}'
$ curl -X PUT http://localhost:8080/book/1 \
       -H 'content-type: application/json' \
       -d '{"title":"python","category":1,"author":"shimizu"}'

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

0