Steps
- Create an account, cluster, user and network access at
https://www.mongodb.com/basics/mongodb-atlas-tutorial
- Update application.properties, the mongodb.com console has the string you need
-
mvn quarkus:dev
-
In your browser,
http://localhost:8081/todo.html
-
Now go create/update todo documents
-
Build for Sandbox mvn package -Dquarkus.package.type=uber-jar
-
Drag & Drop