app
app.listen({ port: 8080 }).then(() => { console.log('Shutting down...'); db.collection('test').insertOne({ createdAt: new Date() }) });