body-parser deprecated
Why is bodyParser no longer required and what are the alternatives besides:
app.use(express.urlencoded({ extended: true }));