alefherrera / go-http-workshop

Golang http communication workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go HTTP workshop

Golang http communication workshop

Requisitos:

For brew users:

brew install go
brew install node
brew install jq
brew install curl

Json Server

npm install -g json-server

Ejecutar json server

json-server --watch db.json

Prueba con CURL

curl http://localhost:3000/posts | jq

Ejecutar aplicacion Go

go run main.go

About

Golang http communication workshop


Languages

Language:Go 100.0%