This commit introduces the first unit test for the EntryService,
covering the "happy path" for the `create` method.
It verifies that a new entry is correctly persisted to the database,
including its relationship with associated Photo objects. The test
leverages fixtures to create an isolated, in-memory database
populated with the necessary dependencies.