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.
- Go to the top level of this repository
- Click on the 'Fork' button to create a copy of this repo under your own Github account
- 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/)
- Check out the tutorial/1 branch
- 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"