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