50UM3N / video-chat

Simple Web Application that offer you to create video meeting room using WebRTC and Socket.
https://soumen-video-calling-app.herokuapp.com/
MIT License
48 stars 32 forks source link

hello sir #2

Closed harzgreatest closed 3 years ago

harzgreatest commented 3 years ago

May you help me solve this problem? after I do npm install dotenv, and run node server.js appear this! image

50UM3N commented 3 years ago

The model is being called before the connection is established. That means you doesn't provide any connection string or you write it wrong.

harzgreatest commented 3 years ago

The model is being called before the connection is established. That means you doesn't provide any connection string or you write it wrong.

How to set installation connection mongodb and mongo.clients?

50UM3N commented 3 years ago

I add the database setup section in the README.md. Check that to resolve.