Flask

A sample Flask app for KintoHub

๐Ÿš€ Deploying on KintoHub#

๐Ÿ”จ Running locally#

Pre-requisites: Python v3.7+

  • Clone the repository to a folder of choice.
$ git clone https://github.com/kintohub-examples/flask
$ cd flask
  • Build the app
$ pip install -r requirements.txt
  • To start the app
$ python app.py

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