Skip to content

Applications covered in the book "Modern Web Development with Go"

Notifications You must be signed in to change notification settings

CheriseCodes/modern-go-web-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modern-go-web-dev

Applications covered in the book "Modern Web Development with Go" ⭐️⭐️⭐️⭐️⭐️

Branches

main: adding my own improvements to the final app in the book (PostgreSQL version)

postgresql: follows the primary PostgreSQL implementation of the application

dynamodb: implements DynamoDB version of the application

mysql: implements MySQL version of the application

repo-interface: provides an example of how Go Interfaces can be used to simplify the application

Useful commands

go build main.go

go run main.go

go mod init

go mod tidy

go test -v -coverpkg=./.. ./... -coverprofile=coverage.out

go tool cover -html=coverage.out View book: Modern Web Development with Go

About

Applications covered in the book "Modern Web Development with Go"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published