Contains a docker compose file for getting a Mongo DB up and running locally.
A console application that shows how to monitor MongoDB for changes.
A console application that shows a simple CRUD example for adding documents to the Mongo DB instances created by the Docker Compose file in the Docker folder.
A web api application that shows:
- CRUD example for adding documents to the Mongo DB instance.
- Integration tests for the web api that actually call the exposed endpoints