a8dbd693ba0a1e592a42ae4de15d97964d904f39
Closes #40 Reviewed-on: phoenix/textsender-api#46 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
TextSender-API
A software system to process Text messaging queueing
Getting started
Building
make build
Generate API documentation
go install github.com/swaggo/swag/cmd/swag@latest
go get -u github.com/swaggo/http-swagger/v2
swag init --generalInfo main.go --dir ./cmd/api,./internal/handler --output docs/ --parseDependency --parseInternal
The API documentation can be viewed from http://localhost:8080/swagger/index.html.
Languages
Rust
99.1%
Dockerfile
0.9%