/example-web-app

A simple web app for demonstration purposes.

Primary LanguageGoApache License 2.0Apache-2.0

Example web app

A simple web app for demonstration purposes in other projects, like Soapbox.

Getting started

Requirements:

Build the app

$ docker build -t example-web-app .

Run it

$ docker run -it --rm --name example-web-app-running -p 9090:8080 example-web-app &
$ curl http://localhost:9090/_healthcheck
OK