A simple crypto api for golang
Must be golang 1.18 or newer version installed
Download here: https://go.dev/dl/
Firstable, download dependencies
go mod download
Run code
go run main.go
Run code with Docker
docker-compose up
Build an executable
Param -o: executable name
go build -o main.go
Note: Update values of file config.json for mysql localdb