Gin

A sample Gin app for KintoHub

🚀 Deploying on KintoHub#

🔨 Running locally#

Pre-requisites: Go v1.12+

  • Clone the repository to a folder of choice.
$ git clone https://github.com/kintohub-examples/gin
$ cd gin
  • Build the app
$ go build -o main .
  • To start the app
$ ./main

⚡ API Call#

Local:

curl -X GET http://localhost/hello/world

On KintoHub:

curl -X GET http://<KintohubHostURL>/hello/world

Response#

{
"message": "Hello world"
}

🚑 Support#

Slack: https://join.slack.com/t/kintogoons/shared_invite/zt-mu6bvg79-BmkkdMRRwohJioZggXVYeA

More great reads