Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.42 KB

File metadata and controls

21 lines (15 loc) · 1.42 KB

API Builder Axway University

Welcome to the repostory for the Axway University course for API Builder!

You can find the course here.

The material is arranged in the following sections, which matches the videos in the course.

  1. Section 1 - Introduction, Installation, First Project
  2. Section 2 - The Flow Editor, REST connectors, Flow Triggers
  3. Section 3 - Models & Databases
  4. Section 4 - Deployment & Regression Testing
  5. Section 5 - API Builder & the Amplify Platform
  6. Section 6 - The Plugin SDK

In each of the sections, you'll find the projects we used to create the videos. If you would like to use these projects yourself, then you should do the following:

  1. Use git clone to download the project onto your development machine.
  2. Then change directory into the project with cd <project name>
  3. Use npm install to restore the dependencies for the project.
  4. Lastly, launch the project with npm start