Satu Dua Tiga
First, install Yeoman and generator-tuwaga using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-tuwaga
Then generate your new project:
mkdir service-api-name
yo tuwaga
npm install
Once installed, app can be tried run by running
npm start
to access swagger API documentation by browser via url
http://localhost:3000/service-api-name/docs
login via username and password previously specified
MIT © Wisu Suntoyo