GitXplorerGitXplorer
k

hapi-with-react-socketio

public
1 stars
0 forks
1 issues

Commits

List of commits on branch master.
Verified
6a5928ee5f04cac05986811ddfbf3e37cbc96ef9

Update VersionInfo.test.js

kkarpikpl committed 6 years ago
Verified
d1e0e899ae949cd650a90430a1ac3547ea5824b9

Cancelable Promise (#5)

kkarpikpl committed 6 years ago
Verified
0ec6a95e5370f62586161d98c2aa8b07e44e9b47

displaying API status with tests (#3)

kkarpikpl committed 6 years ago
Verified
432441ff292466bafcb6bd128b509325652bcca8

code formatting with prettier (#2)

kkarpikpl committed 6 years ago
Unverified
e3d3094515263a8df2a12cb9d730e21695244eb8

comment for sleep in test :(

kkarpikpl committed 6 years ago
Unverified
274c9ce9ff597b4cdba4d9b5928d2f85c39066da

fixed tests with mock-fetch

kkarpikpl committed 6 years ago

README

The README file for this repository.

sample

Sample generated Rest API

Dependency Status devDependency Status Build Status Coverage Status

Description

Hapi 17.0 sample build based on Yeoman template

Blog

https://medium.com/@piotrkarpaa

Usage

$ yarn
$ yarn start

Client

Client build using react-create-app

Build with

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

API

IsOn

curl -X PUT -d '{"isOn":true}' -H 'Content-Type: application/json' .:8080/api/isOn

License

MIT