/workshop_tutorial_api

Tutorial for learning the basics of developing, testing, and deploying three types of AIP web services

Primary LanguagePython

Araport Community API v0.3 Tutorial

This is a tutorial in which you will learn the basics of developing, testing, and deploying three types of AIP web services. It is implemented as a series of branches to ensure that you can progress from stage to stage even if you run into technical difficulty. It is assumed that you have worked through "Getting Started with Araport" at the Araport Devzone before beginning this tutorial.

Getting started: Fork this repository

  1. Go to the top level of this repository
  2. Click on the 'Fork' button to create a copy of this repo under your own Github account
  3. Go to the top level of the forked repo in YOUR GITHUB and clone it to your local system (You should be in https://github.com/YOUR-GITHUB-USERNAME/workshop_tutorial_api/)
  4. Check out the tutorial/1 branch
  5. Follow the directions in the README.md file
git clone https://github.com/YOUR-GITHUB-USERNAME/workshop_tutorial_api.git
cd workshop_tutorial_api
git checkout "tutorial/1"