Sample generated Rest API
Hapi 17.0 sample build based on Yeoman template
https://medium.com/@piotrkarpaa
$ yarn
$ yarn start
Client build using react-create-app
Yeoman generator for scaffolding hapi apps and plugins. https://github.com/jedireza/generator-hapi-style
Migrated to latest dependencies (Hapi 17.0) with the idea to create PR to jedireza repo
curl -X PUT -d '{"isOn":true}' -H 'Content-Type: application/json' .:8080/api/isOn
MIT