import express from \'express\'; import { MongoClient} from \'mongodb\'; const app=express(); app.get(\'/hello\',async(req,res)=>{ try{ const client=await