Skip to content
DocsTry Aspire
DocsTry

MongoDBServerResource.withMongoExpress

Method
📦 Aspire.Hosting.MongoDB v13.4.0
interface MongoDBServerResource {
// ... omitted for brevity
withMongoExpress(configureContainer?: (obj: MongoExpressContainerResource) => Promise<void>, containerName?: string): MongoDBServerResource;
}

Signature

methodwithMongoExpressbuilder
Adds a MongoExpress administration and development platform for MongoDB to the application model.
withMongoExpress(configureContainer?: (obj: MongoExpressContainerResource) => Promise<void>, containerName?: string): MongoDBServerResource
configureContainer(obj: MongoExpressContainerResource) => Promise<void>optional
containerNamestringoptional
MongoDBServerResource

Defined on

This method is defined on the following type: