Youtube Video: https://www.youtube.com/watch?v=kthQssL_vFk
Blog Article: http://www.solutionstreet.com/blog/javascript-server-apis-with-node-and-loopback-video
Github: https://github.com/afrankel/loopback
Docs: http://loopback.io/doc/
Walkthrough discusses:
-
Easily create a skeleton app that works from the start.
-
Create basic model with attributes that has CRUD processing out of the box. - slc loopback:model
-
Create relationships and show different relationships
-
Connect to datasources - mySQL, PostgreSQL, MongoDB, etc.
-
Migration of data models
-
Persistence of data
-
Querying data with filtering
-
Hide APIs - making them private
-
Custom methods
-
Operational hooks (e.g., before filters) - http://loopback.io/doc/en/lb2/Operation-hooks.html
-
Override existing (default) CRUD methods
-
Validations - standard and custom.
-
Access control lists (ACL) - slc loopback:acl http://loopback.io/doc/en/lb2/Controlling-data-access.html
-
Access tokens/CORS
-
ES6 support
-
Logging/Debugging
-
Console playground (like Rails console) - https://github.com/GovRight/loopback-console