express-mongo-generator
v1.1.6
Published
Develop Node JS API using CLI (Mongoose Model and APIs(insert,list,update,delete))
Maintainers
Readme
Develop Node JS API using CLI
Install
$ npm install -g express-mongo-generatorUsage
Usage$ s4s <options> Options--project, -p Create new Express Project
--collection, -c Create new collection (It automatically creates insert,list,update,delete API) Examples$ s4s -p
$ s4s -c
## Info
Create new express app:$ s4s -p
Change directory:$ cd 'projectName'
Install dependencies:$ npm install
Create collections ans APIs:$ s4s -c
Start your app at http://localhost:4000/:$ npm start
## License
MIT © [Saneesh K]