app.post("/api/orders", async(request, response) => { try { await client.connect(); console.log("Connected correctly to server"); co