This application pairs with the tutorial post found at:
Authorized Resources and Database Migrations with Strongloop's Loopback
To get it up and running:
-
Make sure you have Docker installed
-
Ensure you have a docker hub account
-
Ensure that you're logged in to your docker hub account in your session (
docker login
) -
Run
docker-compose pull
to grab the images -
Run
docker-compose up
to up the development environment -
Navigate to
localhost:3002/explorer
to view the api!