cghimire / example-web-app

A simple web app for demonstration purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple web app for demonstration purposes.

License:Apache License 2.0


Languages

Language:Go 100.0%