Skip to content

jaisonjustus/noderest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Node Rest API framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published