Istekbin is a free service that allows you to collect http request.
1 . Clone project on your machine
git clone git@github.com:BatuhanKucukali/istekbin-api.git2 . Change directory
cd istekbin-api3 . Build
go build ./cmd/istekbin-api4 . Run
./istekbin-apigo test ./internal/api/Regenerate swagger.
1 . Install swag
go get -u github.com/swaggo/swag/cmd/swagIf command not working go here.
2 . Generate swagger docs
swag init --parseDependency -dir cmd/istekbin-api/docker-compose up --buildIf you're having trouble getting this project running, feel free to open an issue