👉🏾 Domain
required
- Golang
install package
go mod tidy
start up server
go run main.go
access the host localhost:8000
Welcome
GET http://localhost:8000
Content-Type: application/json
Add Park
POST http://localhost:8000/park
Content-Type: application/json
{
"name": "Viana park",
"vague": 15,
"limit": 20
}