I\'m trying to get Loopback to discover and build my first table. I\'ve used the simple example on their page at the bottom here:
http://docs.strongloop.com/display/LB/D
Use Arc for this. Run slc arc from the project folder and it will show up the gui tool called arc in default browser. If you've not already registered, sign up and log in. You will be directed to GUI tool of StrongLoop, the Arc. Select your model from list on the left pane. You'll be able to see save and migrate button. Just click the migrate button and your table will be created into model.(within millisecs!)
Cheers!