Hapi

A sample Hapi app for KintoHub

๐Ÿš€ Deploying on KintoHub#

๐Ÿ”จ Running locally#

Pre-requisites: NodeJS v12+

  • Clone the repository to a folder of choice.
$ git clone https://github.com/kintoproj/kinto-examples
$ cd kinto-examples/hapi
  • Install the dependencies
$ npm install
  • To start the app
$ npm start

โšก 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