hapi-cli icon indicating copy to clipboard operation
hapi-cli copied to clipboard

CLI to build API with Hapi, mongodb and mongoose. Work with Hapi V17.

Results 8 hapi-cli issues
Sort by recently updated
recently updated
newest added

It would be helpful to get a brief flyby on the README describing the file structure and how the app does certain actions like authentication. If you're still maintaining the...

It seems to missing route to get the whole collection, the only get I see is /get/{id} Or am I missing some thing?

yarn run v1.9.4 $ node app.js Connection DB ok mongodb://localhost/wallet { Error: getaddrinfo ENOTFOUND 3000 at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:57:26) errno: 'ENOTFOUND', code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: '3000' } I...

The script is asking to use bcrypt >=v2.0.0. Also the download of files from v1.0.3 returns 404 ``` npm WARN deprecated [email protected]: bcrypt < v2.0.0 is susceptible to bcrypt wrap-around...