https://github.com/codeurzebs/microsweeper-quarkus
This demo uses a number of cloud technologies to implement a simple game from the earlier days of computing: Minesweeper!
https://github.com/codeurzebs/microsweeper-quarkus
Last synced: 24 days ago
JSON representation
This demo uses a number of cloud technologies to implement a simple game from the earlier days of computing: Minesweeper!
- Host: GitHub
- URL: https://github.com/codeurzebs/microsweeper-quarkus
- Owner: codeurzebs
- License: mit
- Created: 2024-03-30T07:53:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T07:56:44.000Z (about 1 year ago)
- Last Synced: 2025-02-18T01:40:15.995Z (4 months ago)
- Language: JavaScript
- Size: 597 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Red Hat Microsweeper demo with Quarkus
==========================This demo uses a number of cloud technologies to implement a simple game from the earlier days of computing: Minesweeper!

Technologies include:
* JQuery-based Minesweeper written by [Nick Arocho](http://www.nickarocho.com/) and [available on GitHub](https://github.com/nickarocho/minesweeper).
* Backend based on [Quarkus](https://quarkus.io) to persist scoreboard and provide a reactive frontend and backend connected to [Postgres](https://azure.microsoft.com/en-us/services/postgresql/).-----------
```
# run quarkus in dev mode (it will automatically use Quarkus' dev services to create a DB)
$ mvn quarkus:dev# access at http://localhost:8080
```