CRUD BOOKS in GO Just Books, probably review
Experimenting docker with postgres for simple CRUD app
- TODO
- defines the model of objects, such as books
- layer that interacts with the DB
- business logic can be applied here after getting data from the repo layer
- handles routes
- add reviews