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
The backend is relates to server we handle this in docker compose or … in your case you must connect to database then running to server .this is your approach:
Server is running on port 3000
Successfully connected to MongoDB 👍
I mean when you connect to database and it was successful you can run the server :
mongoose.connect(….).then(run server)
The text was updated successfully, but these errors were encountered:
The backend is relates to server we handle this in docker compose or … in your case you must connect to database then running to server .this is your approach:
Server is running on port 3000
Successfully connected to MongoDB 👍
mongoose.connect(….).then(run server)
The text was updated successfully, but these errors were encountered: