Skip to content

A simple game from the earlier days of computing: Minesweeper! But on the Cloud!

Notifications You must be signed in to change notification settings

jamesfalkner/microsweeper-appservice

Repository files navigation

Red Hat Microsweeper demo on Azure App Service

This demo uses a number of cloud technologies to implement a simple game from the earlier days of computing: Minesweeper!

Screenshot

Technologies include:


# run quarkus in dev mode (it will automatically use Quarkus' dev services to create a DB)
$ mvn quarkus:dev

# access at http://localhost:8080

To run demo on Azure App Service

 There is a demo!

Steps to run this with App Service:

  • Create App Service w/Postgres
  • Enable networking connectivity from Azure services to Postgres via the Networking page for the Postgres service
  • add QUARKUS_HTTP_PORT=80 to App Service Configuration
  • Configure GitHub Action through App Service Deployment Center, including adding -Dquarkus.package.type=uber-jar to build command
  • Enable App Insights

About

A simple game from the earlier days of computing: Minesweeper! But on the Cloud!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published