Lightweight Swagger UI CRUD middleware backed by MongoDB. Version 2015.8.3, last published in 2015. Provides a quick way to generate a RESTful API with Swagger documentation from MongoDB collections. Supports basic CRUD operations and automatic Swagger spec generation. Limited to Node 0.10-0.12 and requires MongoDB 2.6+. Not actively maintained; consider using modern alternatives like FeathersJS or PostgREST.
npm install swagger-mongodbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Set up a basic Express server with swagger-mongodb middleware for CRUD operations.
Use an alternative like FeathersJS or PostgREST for CRUD APIs.
Use a compatible Node version or migrate to a different package.
Ensure 'mongodbUrl' is set in the options object.
npm install swagger-mongodb@2015.8.3
Use import swaggerMongodb from 'swagger-mongodb'