Sample API created with LoopBack (NodeJS) used as a blog post resource.
$ npm install
$ 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/
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
- LoopBack: http://loopback.io/
- Blog post: https://blgo.inventivehack.com/http-crud-con-angular2/