Skip to content

Initial Release - API Logger for Node.js to MongoDB

Latest
Compare
Choose a tag to compare
@rick001 rick001 released this 01 Jul 11:18

πŸŽ‰ 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