Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 391 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 391 Bytes

This is an example of standing up a simple API using Loopback 2.0. The API is using an in-memory store at the backend and is not attached to a real database. The API can be visualized using the API explorer shipped with Loopback framework. After clonig this app, please run npm install within the application directory to download and install the dependent modules from npm global registry.