16 lines
186 B
Markdown
16 lines
186 B
Markdown
# TextSender-API
|
|
An API used to send texts messages to multiple contacts.
|
|
|
|
|
|
## Getting started
|
|
|
|
Installing dependencies
|
|
```BASH
|
|
dotnet restore
|
|
```
|
|
|
|
Running server
|
|
```BASH
|
|
dotnet run
|
|
```
|