Skip to content

A simple webserver that sends alerts via SMS endpoint

License

Notifications You must be signed in to change notification settings

nais/smsmanager

Repository files navigation

SMSManager

A simple webserver that sends alerts via a SMS endpoint.

Testing

For now there is only manual testing.

Run the service locally with uvicorn main:app --port 8080 --reload, and test with the following:

curl -X POST -d @dummy-request.json localhost:8080/sms

About

A simple webserver that sends alerts via SMS endpoint

Resources

License

Stars

Watchers

Forks