Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 369 Bytes

Ground

Ground is a middle layer for sails application. It provides -

  1. the ability to use mongoose as the database descriptor
  2. nested configuration for controllers, policies, etc.

Node.js installation

Ground is a npm package, either add 'ground' into your package configuration or run the follow command:

npm install ground