Sample apps

Traditional App
A web application that renders its views on the server side in response to HTTP requests. Once accessed, it displays a simple to-do list.
Single Page App
An application that uses Javascript to render different views within the browser. Once accessed, it displays a simple to-do list.
API-Only App
An application that is intended to be accessed with APIs and not through a UI. It lets users create and manage a simple to-do list.
One-Time Auth App
An application that has a resource that requires authorization for every request. It lets users send hypothetical money to specified recipients.