#How can i deploy nestjs with mongoDB on cyclic or render or vercel? (preferably cyclic)
34 messages · Page 1 of 1 (latest)
How are you deploying the mongodb?
So, MongoDB, like many other databases, runs on a server. Just like the HTTP server you're trying to deploy. So where is Mongo deployed for you?
what do u mean where is mongo deployed?
i want to deploy it on cyclic
You want to deploy your NestJS server and the MongoDB server you want to connect to on Cyclic?
I don't think mongo can be deployed on cyclic. I'd have to double check that.
Are you using a mongo atlas server? Or how do you run mongodb?
Ah, then you should refer to cyclic's documentation
What do you mean "how to use this in nest"? This isn't something you configure inside your Nest server, you configure it in your atlas connectuion dashboard