example of rest api build with golang , go fiber, gorm and commandline app to interact with rest api
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
update readme
1 year ago
command initial repo 🎉 1 year ago
database initial repo 🎉 1 year ago
handlers initial repo 🎉 1 year ago
repositories initial repo 🎉 1 year ago
GRACE.postman_collection.json initial repo 🎉 1 year ago
README.md update readme 1 year ago
docker-compose.yml initial repo 🎉 1 year ago
go.mod initial repo 🎉 1 year ago
go.sum initial repo 🎉 1 year ago
main.go initial repo 🎉 1 year ago
main_test.go initial repo 🎉 1 year ago
tables.png update readme 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

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