const app = require('./app.js')
app.listen(3000, function () {
console.log('Express running: http://localhost:3000')
})