const PORT = 5001
app.listen(PORT,()=>{ console.log(Server is running on http://localhost:${PORT}) })
Server is running on http://localhost:${PORT}