Skip to content

martasakal1/Replicated-Log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Replicated Log

Client-Server application that includes Master and two secondaries

Instruction

To run application use the following commands:

docker-compose build
docker-compose up

To test application use:

curl -X POST http://127.0.0.1:8080/messages/new -H 'Content-Type: application/json' 
-d '{"email":"[email protected]"}'

curl -X GET http://127.0.0.1:8080/get_message

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published