π Initial Release - v1.0.0
This is the first public release of api-logger-mongodb
β a lightweight and pluggable API logging middleware for Node.js applications.
π¦ Features:
- Logs incoming API requests and outgoing responses
- Saves logs into a MongoDB collection
- Easy integration with Express, NestJS, or any Node.js project
- Includes standalone service support
π Use Cases:
- Audit trails and debugging
- Request-response history analysis
- API behavior monitoring
π Documentation: See README.md for installation and usage.
π§ͺ This release includes:
- Core functionality (middleware logic)
- Configurable MongoDB setup
- Basic TypeScript support
- Standalone API logger example