Skip to content

Simple notifications web app. This is used to simulate a text messaging system in a training environment.

License

Notifications You must be signed in to change notification settings

rh-mlops-workshop/web-notifications

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Notifications

Simple notifications web app. This is used to simulate a text messaging system in a training environment.

To publish messages using a GET request,

curl http://localhost:8080/api/send/Hello+World

To publish messages using a PUT request,

curl -XPUT -d 'Hello World' http://localhost:8080/api/send

About

Simple notifications web app. This is used to simulate a text messaging system in a training environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 66.1%
  • Makefile 18.6%
  • HTML 8.7%
  • Dockerfile 4.5%
  • Shell 2.1%