This video shows how to build a complete app with an external REST API. In this video you will learn:
1) Using API Express to connect to an external REST API. https://randomuser.me/ is used for the API.
2) Importing API Express service into the app (App Builder).
3) Designing the app UI (1 page).
4) Binding and using the service from the page.
5) Testing the app.