Sample App
October 1, 2021 ยท View on GitHub
This is a very simple, very minimalist example to demonstrate integrating Midtrans with Go
Run The app
- Clone the repository, open terminal in this
/example/simple/coreapi-card-3dsfolder. - Run the web server using:
go run main.go - The smple app will run at port 3000. Open
localhost:3000from browser.
Run command line app
- Clone the repository, open terminal in this
/example/simple/coreapifolder. - Run the app using:
go run main.go