Other language:
This is a project to show case how to do event driven Microservice in Go. It includes two Microservices, one is "Order" service, the other is this one. The Order service calls the Payment service to make a payment. You need to run both projects together to make it work.
go get github.com/jfeng45/payment
Install MySQL
run SQL script in script folder to create database and table
cd [MySQLroot]/bin
mysqld
cd [rootOfProject]/cmd
go run main.go
MIT License