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.
Aji Kamaludin 1cd0685109 | 1 year ago | |
---|---|---|
command | 1 year ago | |
database | 1 year ago | |
handlers | 1 year ago | |
repositories | 1 year ago | |
GRACE.postman_collection.json | 1 year ago | |
README.md | 1 year ago | |
docker-compose.yml | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
main.go | 1 year ago | |
main_test.go | 1 year ago | |
tables.png | 1 year ago |
README.md
Golang REST Api
this a simple rest app and cli app to manage books and collections of books
Support me
Database Tables
Postman Documentation
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