Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 772 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 772 Bytes

LoopBack Sample API

Sample API created with LoopBack (NodeJS) used as a blog post resource.

Installation

  1. $ npm install
  2. $ node .

This steps will get you a NodeJS server running on port 3000. There is also an API "admin" that you can reach at 0.0.0.0:300/explorer/

Models

This API consists on one single model named tool with the following properties:

  • name: which is a required string
  • language: which is a required string

Resources