node-sdk/samples/expresswithdocker at master · configcat/node-sdk

Sample application using Express and Docker

This is a simple nodeJS application to demonstrate how to use the ConfigCat SDK on NodeJS with Express and Docker.

Run web application on local machine

Install dependencies

Start webserver

Run web application in Docker

Build your Docker image

docker build -t configcat/expressdemo .

Run Docker image

docker run -p 8088:8088 -d configcat/expressdemo

Try it by sending GET requests

Open these urls: