Replace MINGW64_PATHSEABOLT_PATHPKG_CFG_PATH in neo4j.bat
# Compile protobuf
make build
# Run redis neo4j zookeeper...
zkServer
# Setup neo4j environment for mingw64, pkg-config, seabolt
neo4j.bat
# Run gateway service
go run main.go -port 23333 -service "main-service"
# Run other services
go run main.go -port 23334 -service "auth-service"
go run main.go -port 23335 -service "user-service"
go run main.go -port 23336 -service "im-service"
make build
zkServer
go run main.go -port 23333 -service "main-service"
go run main.go -port 23334 -service "auth-service"
go run main.go -port 23335 -service "user-service"
go run main.go -port 23336 -service "im-service"