Skip to content

kintohub-examples/gin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Contact us: https://www.kintohub.com/contact-us

Discord: https://kintohub.com/discord

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages