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.

682 B

Golang REST Api

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

Support me

Trakteer Saya

Database Tables

Postman Documentation

Collection

how to use it ? , download json file, open postman , click import and choose downloaded file

RUN REST API

go run main.go

Command_Line App

go run command/main.go

Unit Test

go test -v