hapi-starter-kit
hapi-starter-kit copied to clipboard
Hapi.js based REST boilerplate which uses latest ES7/ES8 features (async/await) with code coverage and follows best pratices
Hi, Can you please add functionality to log request body in the console log, or somewhere developer can fetch?
hapi 17
Hi, do you have an updated version for Hapi 17.1.1 ?
First, thank you for hapi-starter-kit. I have tried at least half a dozen different npm packages that all claim they create your swagger for you but they all came up...
When I tried 'yarn test' first time, I got error: > $ NODE_ENV=test istanbul --include-all-sources cover _mocha -- -u bdd $(find test -name '*.js') && istanbul check-coverage && echo All...