Challenge Overview
Authentication can be "turned off".��All endpoints should be public (in a future challenge��we'll be implementing a non-OAuth authentication scheme).
You will need to infer the data model and implement the relationships. ��The one relationship I'll call out is that a user can have multiple credentials, but for now, we'll assume that a credential can belong to exactly one user.
Bottom Line:
��
- Create a Heroku-hosted application using node.js that implements the API described by the provided iodocs
- Use one of the following: ActionHero.js, OR the brivolabs-pi API as a base
- Use good coding standards