Clearing files (#2)

Reviewed-on: phoenix/textsender-api#2
This commit was merged in pull request #2.
This commit is contained in:
2026-05-31 18:28:28 -04:00
parent 94b80aeecc
commit 31e0162cc8
48 changed files with 0 additions and 8223 deletions
-21
View File
@@ -1,21 +0,0 @@
# TextSender-API
A software system to process Text messaging queueing
## Getting started
### Building
```SHELL
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`.