# Golang REST Api this a simple rest app and cli app to manage books and collections of books ## Postman Documentation [Collection](./GRACE.postman_collection.json) ## RUN REST API ```bash go run main.go ``` ## Command_Line App ```bash go run command/main.go ``` ## Unit Test ```bash go test -v ```