Skip to content

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

Notifications You must be signed in to change notification settings

inventivehack/loopback-sample-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published