1.1.6 • Published 5 years ago
express-mongo-generator v1.1.6
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 -pChange directory:
$ cd 'projectName'Install dependencies:
$ npm installCreate collections ans APIs:
$ s4s -cStart your app at http://localhost:4000/:
$ npm startLicense
MIT © Saneesh K