Loosly Coupled Database Class – example

I thought I would practice on creating a loosly coupled database model in .NET. Here is in my opinion, a good way to implement mongodb. Nothing else included than the connect part. This is what all our clients can do which is Connect and Disconnect. Seems reasonble enough. Then let’s make a client utulizing this …

MongoDB and Mongo Express in Docker Compose

It took me some time to get that I coulnd’t use ME_CONFIG_MONGODB_URL to connect to my Mongo database so I thought I make a post so I’ll remember until next time. First, let’s see how it is done in docker compose (docker-compose.yml). That’s all, then when we run compose up we will create these containers …