generator-boost-svc
Scaffolding for boost services
Scaffolding for boost services
First, install Yeoman and generator-boost-svc using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-boost-svc
Then generate your new project:
mkdir service-api-name
yo boost-svc
npm install
Once installed, app can be tried run by running
npm start
to access swagger API documentation by browser via url