git clone https://github.com/taufikardiyan28/chat.gitDon't forget to create your database with chat.sql file
#run
go buildEdit config/*.yaml file and change your port and mysql database configuration
#use default development configuration
go run main.go
#or with custom configuration file
go run main.go --config=<your_config_file>