A simple messaging app written in go.
Import the simpleMessagingStructure sql file into a new mysql database. Configure the connection details in the loadconfig section of messageModel.go. Compile using go build, and run the executable. The server will be available at localhost:8080/ where you can POST and GET to it in the manner specified in task.md.