# README
Mini Project 2
How to run
cd
into the service
directory and start the server:
$ go run .
Then in another window cd
into the client
directory and run the client:
$ go run .
Run as many clients as you want with the above procedure