Skip to content

AlirezaPourchali/webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scenario

Cloud Computing - 1st Competition_2

Cloud Computing - 1st Competition_3

How to test

For send data to database:

curl -X POST -H "Content-Type: application/json" -d '{"key": "key1", "value":"value1"}' localhost:8080/set

For getting data:

curl -H "Content-Type: application/json" -d '{"key": "key1"}' localhost:8080/get

sentinel deployment

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.4%
  • Dockerfile 11.6%