Updated readme

This commit is contained in:
kdeng00
2023-10-16 21:04:44 -04:00
parent 2407aa7c46
commit e2c3aaab95
+6 -2
View File
@@ -5,7 +5,11 @@ An API used to send texts messages to multiple contacts.
## Getting started
Installing dependencies
`npm install`
```BASH
dotnet restore
```
Running server
`node app.js`
```BASH
dotnet run
```