Agile project management application built on MEAN stack.
Full documentation TBD
/views - server rendered views [currently we take the angular route and not ejs] /routes - The APIs to the backend calls are contained in .js files under this directory /models - Holds the mongoose based .js files that allow for defining MongoDB models and interaction with the same. /app.js - The start point for the node.js application setup