Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Sample application using Express and Docker

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

Install dependencies

npm i

Run web application on local machine

Start webserver

npm start

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: