Steps

  1. Create an account, cluster, user and network access at

https://www.mongodb.com/basics/mongodb-atlas-tutorial

  1. Update application.properties, the mongodb.com console has the string you need

MongoDB Connection

  1. mvn quarkus:dev

  2. In your browser, http://localhost:8081/todo.html

  3. Now go create/update todo documents

Todo App

MongoDB Compass

  1. Build for Sandbox mvn package -Dquarkus.package.type=uber-jar

  2. Drag & Drop