Noderest is a micro restful framework. help to create a base project structure for creating restful webservice apps. this framework dependents on mongoose and restify. To install noderest
npm install -g noderest
To create new Noderest project run
noderest new
To create new Controller go to the project folder and run
noderest controller <controller-name>
To create new Mongoose Schema go to the project folder and run
noderest schema <schema-name>