Skip to content

Latest commit

 

History

History

basic-gateway

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Basic Gateway

Testing

Run:

go run main.go

Then open another terminal and run:

curl http://localhost:9096/pets/1

You should then see something like:

{"category":{"id":0,"name":"string"},"id":1,"name":"aspen","photoUrls":["string"],"status":"done","tags":[{"id":0,"name":"string"}]}