Files
schedtxt_api/README.md
T
phoenixandphoenix fddf0f7f87 tsk-44: Record when message was sent (#48)
Closes #44

Reviewed-on: phoenix/textsender-api#48
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
2025-12-01 21:29:31 +00:00

421 B

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

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.