You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app.use(express.json()); //whenever we recieve data from a client than we need to use a body parser to parse the data so for that we're here using express middleware