Skip to content
Juan Ignacio Cuiule edited this page Jul 13, 2017 · 5 revisions

Stable branch / Production master
Stage branch stage
Development branch develop

ExpressJS WebApplication with RESTfull API and MongoDB (with Mongoose)
Client: Backbone application under CommonJS Standards and JSHint. Views with Backbone.Marionette and Handlebars.
Client compilation with GruntJS Config and run

Where is the code?

  • /models Mongoose models
  • /routes
    • site.js WebSite routes
    • api/v2 Restfull API routes
  • /views/hackdashApp.jade Backbone App View (Backbone app initializes from this view)
  • /client
    • /app Backbone application
    • /vendor Vendor scripts and styles
    • /dist Files compiled by Grunt (vendor.css, vendor.js, hackdashApp.js)
  • prerender Client Fetcher of pages for SEO
  • sitemap Sitemap.xml generator for SEO
  • metrics Builds a JSON file with Database metrics

Restfull API documentation

Clone this wiki locally