- Install MySQL
$ go get -u gorm.io/gorm
$ go get -u gorm.io/driver/mysql
$ go get -u github.com/gorilla/mux
$ cd cmd/main && go build .
$ ./main
If you're using Windows just type main.exe
and press enter.
$ go get -u gorm.io/gorm
$ go get -u gorm.io/driver/mysql
$ go get -u github.com/gorilla/mux
$ cd cmd/main && go build .
$ ./main
If you're using Windows just type main.exe
and press enter.