A collection of reusable utilities for building APIs
# Published version
go get github.com/TalentQL/bedrock@v0.0.0
# Local development
git clone github.com/TalentQL/bedrock
go mod edit -replace=github.com/TalentQL/bedrock@v0.0.0-unpublished=../bedrock
go get github.com/TalentQL/bedrock@v0.0.0-unpublishedpkg- reusables for config, dbs, repository controller etc
- Add unit tests