# To run the unit test
$ sh bin/test
# To build the application. This needs go version to be >= 1.11 because of go modules dependency
$ sh bin/build
# To run the application
$ sh bin/run
# To start the server from binary
./app
API
To register User /register/:id
To Encrypt the message /encrypt_message/:id with JSON body { "message": "Your Message"}
To Decrypt the message /send_message/:id with JSON body {"message": "Your Encrypted Message"}