
HyperDesk 1.0 Directory Structure:
__________________________________

config.js: Contains our configurations for the website and the database as well as for the email we are using.

helpers: Contains the block helpers used in our views.

models: Contains all of our models.

public: contains the images, stylesheets, imported javascripts (such as Moment.js, Pikaday.js, and Stripe.js) and videos used.

routes: Contains all of our controllers.

Views: Contains all of our views.

