Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

Quick start

dibyom edited this page Sep 5, 2014 · 27 revisions

The purpose of this Quick Start is to show you how easily and quickly you can get a simple API up and running using Apigee-127.

First steps

  1. $ npm install -g apigee-127 (as described in Installation).
  2. Create a root folder for your Apigee 127 projects and cd to that folder.
  3. Execute: a127 project create hello-world
  4. $ cd hello-world
  5. $ a127 project start
  6. In another terminal, run: $ curl http://localhost:10010/hello?name=Me. You should see the response Hello, Me.

That's it - You have now created and started your first project with Apigee-127!

To understand what happens behind the scenes see: [Quick Start Deep Dive] (https://github.com/apigee-127/a127-documentation/wiki/Quick-start-deep-dive)

Next steps

Note: The [Skeleton Project] skeleton may change over time and the documentation here may not keep up. If you have ideas to improve the skeleton - you know the drill: Fork fork & Pull pull

Clone this wiki locally