Skip to content

Simple app used in chaos testing as a potential target. It manages value of a counter and allows to access it via REST API

Notifications You must be signed in to change notification settings

iskorotkov/chaos-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chaos Server

Simple app used in chaos testing as a potential target. It manages value of a counter and allows to access it via REST API.

REST API

  • /counter
    • GET: returns counter value
    • POST: increments counter value by one

Development

To build project:

go build ./...

About

Simple app used in chaos testing as a potential target. It manages value of a counter and allows to access it via REST API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published