REST/Websocket hybrid API for instant messaging platform.
Currently has register/login, user search, group chat and one to one messaging functionalities.
Uses PostgreSQL database.
In root directory: go run main.go
Clear cache: go clean -testcache
Run all unit tests: go test ./...