Upgrade to Pro — share decks privately, control downloads, hide ads and more …

(Lightning Talk) API in 5 - Loopback

(Lightning Talk) API in 5 - Loopback

Web APIs are hard. Now, thanks to Loopback, they don't have to be. In this talk, I'll show you (yes! you!) how you can have a RESTful web service up in minutes to support any application you want to make - mobile, Angular, anything - and how you can build on it to make it do whatever you need it to.

David Okun

January 18, 2017
Tweet

More Decks by David Okun

Other Decks in Programming

Transcript

  1. What is Loopback? • THE easiest & fastest way to

    set up a RESTful web API • Uses Express, Node, and Yeoman • Pretty much the coolest thing ever
  2. The 5 (Steps? Minutes?) 1. npm install -g strongloop 2.

    slc loopback 3. slc loopback:model 4. Data Automigration 5. ¯\_(ツ)_/¯
  3. Recap • Tip of the iceberg • Multiple datasource connectors,

    ACLs, etc. • Active open-source development • https://loopback.io • Follow me @dokun24