jasonravagli / gym-manager

0 stars 0 forks source link

Add support for MongoDB #9

Closed jasonravagli closed 2 years ago

jasonravagli commented 2 years ago

Implement the Repository and the TransactionManager interfaces to interact with a MongoDB database. The newly implemented classes will belong to a separate module.

jasonravagli commented 2 years ago

Classes in the new module will be implemented in a TDD fashion interacting with a real database. Since they will be integration tests mutation testing and code coverage must be configured accordingly.