The framework sounds promising but the caveat is that you have to read lots of their documentation.
If you are writing only APIs that does not require any custom code then you can go ahead with loopback.
It's easy as it's straightforward to create a model and the framework will generate all the REST endpoints.
Hope this helps...