This repository contains a Spring Boot example project for MongoDB.
For a code review of this repo, see my related blog post.
You can learn more about my courses here on my site.
Need to run docker from terminal using: docker run -p 27017:27017 -d mongo
Should get: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 123456789101 mongo "docker-entrypoint.s…" 5 seconds ago Up 4 seconds 0.0.0.0:27017->27017/tcp something_something