@infomaker/http-test-server
v1.1.2
Published
IMID HTTP Test Server
Downloads
10
Readme
Infomaker authentication-lib
Example implementations
npm install
cd examples/[express|hapi-16|hapi17]
npm install
IM_LOG_NAME="example.json" IM_LOG_LEVEL="info" npm start
The running example app will be available at http://localhost:8080/.
Read server.js
and routes.js
in the example folder to see of to use the plugins.
Plugins
Develop the project
Run the unit tests
docker-compose up
Rebuild after updates to package.json
docker-compose down
docker-compose build
docker-compose up