# Golang REST Api this a simple rest app and cli app to manage books and collections of books ## Support me Trakteer Saya ## Database Tables ![](tables.png?raw=true) ## Postman Documentation [Collection](./GRACE.postman_collection.json) how to use it ? , download json file, open postman , click import and choose downloaded file ## RUN REST API ```bash go run main.go ``` ## Command_Line App ```bash go run command/main.go ``` ## Unit Test ```bash go test -v ```