Fixtures and Docker Compose
Let’s learn about the basic requirements of MongoDB and Docker Compose configuration.
We'll cover the following...
We'll cover the following...
Thanks to the flexibility of clean architecture, providing support for multiple storage systems is a breeze.
Fixtures
In this section, we’ll implement the MongoRepo
class that provides an interface for MongoDB. We’ll follow the same testing strateg ...
...