/demo-hapi-server

Demo server for a bootcamp

Primary LanguageJavaScript

Demo Hapi-Server

This demo server supports two routes: "/" returns Hello World "/demo" returns a user/1 from an external API (https://reqres.in)

Installation

yarn install

Run project

yarn start

Test project

yarn test