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