BatuhanKucukali / istekbin-api

Istekbin is a free service that allows you to collect http request.

Home Page:https://istekbin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Istekbin - Inspect HTTP Requests

Istekbin is a free service that allows you to collect http request.

GitHub license GitHub issues Build Status Coverage Status Go Report Card

Clients

Istekbin Web

API Documentation

Click to see Swagger

Run this project

1 . Clone project on your machine

git clone git@github.com:BatuhanKucukali/istekbin-api.git

2 . Change directory

cd istekbin-api

3 . Build

go build ./cmd/istekbin-api

4 . Run

./istekbin-api

Run Test

go test ./internal/api/

Swagger

Regenerate swagger.

1 . Install swag

go get -u github.com/swaggo/swag/cmd/swag

If command not working go here.

2 . Generate swagger docs

swag init --parseDependency -dir cmd/istekbin-api/

Docker Compose

docker-compose up --build

Getting help

If you're having trouble getting this project running, feel free to open an issue

About

Istekbin is a free service that allows you to collect http request.

https://istekbin.com

License:Apache License 2.0


Languages

Language:Go 98.2%Language:Dockerfile 1.8%