Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Latest commit

 

History

History

dummyserver

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
First install express node package:
npm install express
npm install body-parser

Run example:
node server.js

Run example with port:
PORT=3001 node server.js

Run example with port and appName:
APP_NAME=adapter PORT=3001 node server.js