/go_bookstore

BookStore App using Go, GORM and Gorilla Mux

Primary LanguageGo

BookStore with Go

stack_logo

Prerequisite

Installing Dependencies

$ go get -u gorm.io/gorm
$ go get -u gorm.io/driver/mysql
$ go get -u github.com/gorilla/mux

Build Application

$ cd cmd/main && go build .
$ ./main

If you're using Windows just type main.exe and press enter.