Skip to content

Instantly share code, notes, and snippets.

@david-martin
Last active December 7, 2016 13:03
Show Gist options
  • Save david-martin/dfbeb652be67ae488fe3e6de8df86c4f to your computer and use it in GitHub Desktop.
Save david-martin/dfbeb652be67ae488fe3e6de8df86c4f to your computer and use it in GitHub Desktop.
  • Needs mongodb to run locally
    • e.g. docker run -p 27017:27017 --name mongo_instance_001 -d mongo:3.2 --smallfiles
  • Needs env vars set to start and connect to mongo (mimicing a SaaS MBaaS)
    • e.g. FH_SERVICE_APP_PUBLIC=true FH_MONGODB_CONN_URL=localhost:27017 npm start

Client

Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment