2 Commits

Author SHA1 Message Date
02224e0727
feat: Add environment utility and MongoDB services
Two new classes have been added: EnvUtils and MongodbService. EnvUtils provides functionality for fetching environment variables and logging them. MongodbService implements connection to MongoDB with user credentials fetched from environment variables. Additionally, some updates have been made to logs.util.ts to improve logging style and biome.json for better code standards adherence.
2024-05-13 16:54:01 +02:00
24101f53fa
feat: Add new logging utility class
The commit introduces a LogsUtils class under src/utils. This class includes various logging methods such as info, warn, error, softError, trace, fatal, and debug. Also, it uses conditional statements to handle different context and debug scenarios.
2024-05-13 14:28:12 +02:00