rest api to search books
- structure
- endpoints-implemented
- adding postgres
- using postgres
- go-modules (cmd: go mod init bools-api; go build && ./books-api)
- refactor_1: models and driver
- refactor_2: adding controllers, getBooks moved to GetBooks in controllers package
- refactor_3: adding repository to interactions with database
- refactor_4: getBook method refactored to controller and repository
a course, Golang: Intro to REST APIs with Go, on udemy by Mike M