You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

308 B

Golang REST Api

this a simple rest app and cli app to manage books and collections of books

Postman Documentation

Collection

RUN REST API

go run main.go

Command_Line App

go run command/main.go

Unit Test

go test -v