Skip to content

proCoder22/Task-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to Run Docker Container

docker image build -t myapp .

docker run -p 5000:3300 -d myapp

Application will be running on localhost:5000

image

post parameters for /set

{ "key" : <input>, "value": <input> }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors