Django
A sample Django app for KintoHub
๐ Deploying on KintoHub
- Service Type: Backend API
- Repo: https://github.com/kintohub/kintohub
- Branch: master
- Language: Python
- Language version: 3.7
- Build Command:
pip install -r requirements.txt
- Start Command:
python manage.py runserver 0.0.0.0:80
- Subfolder Path:
./docs/examples/django
- Port: 80
๐จ Running locally
Pre-requisites: Python v3.7+
- Clone the repository to a folder of choice.
$ git clone https://github.com/kintohub/kintohub
$ cd kintohub/examples/django
- Build the app
$ pip install -r requirements.txt
- To start the app
$ python manage.py runserver 0.0.0.0:80
โก 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