Skip to content

A simple web app for demonstration purposes.

License

Notifications You must be signed in to change notification settings

adhocteam/example-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages