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 bfa0afb02c
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

README.md

Golang REST Api

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

Postman Documentation

Collection

How to run the Rest Api

go run main.go

How to run the Command Line App

go run command/main.go

How to run the unit test / integration test

go test -v