Notes on creating a new module:
1. Create any necessary entities files/folders (model/collection) - (see Template in entities folder).
2. Set up any URI's in the api.js file for the newly created entities
3. Create the module files/folder (view.js/route.js/template.hbs) - (see Template in modules folder).
