Challenge Overview
The source provide has been pre-configured to point to the new keyed endpoint. �� When you launch the app the first thing you will notice is that you wont see an image in the carousel and some of the blocks will be blank. �� That is because this content is provided via the api. ��You should also be able to add images to a wear test as a brand. �� Create a new weartest that includes you memeber name and insert the images on the 3rd tab 'images'
- Modify the supplied source to include the provided api key for all api calls. An ideal solution will add this logic in as few places as possible.
- A user should be able to register, login, see content and request to join an existing weartest.
- You must deploy you solution to Heroku and we will kick the tires and let you know if you missed anything.
- You should provide a very details document of you changes and include a diff of your source.
- It is imperative that the key only be exposed on the server side of the client. Meaning that it should not be in any directives or controllers.