Skip to content

Releases: rick001/api-logger-mongodb

Initial Release - API Logger for Node.js to MongoDB

01 Jul 11:18
Compare
Choose a tag to compare

🎉 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