Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 440 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 440 Bytes

AgileRomeo

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