Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Pattern Example

Run api

go run main.go run

Database Schema

go run main.go migrate

Testing

go test -cover ./...
go clean -testcache 
go test  ./... -coverprofile=coverage.out
go tool cover -html=coverage.out

Start Mysql Services

docker-compose up -d

Delete

docker-compose down

About

Implementation example of the repository design pattern

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages