You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This STAR WARS API project was developed with Loopback.
Installation
# Get the project
git clone git@github.com:auth0-blog/loopback-starwars-api.git starwarsapi
# Change directorycd starwarsapi
# Install the dependencies
npm install
# Run your app
node .