Heroku deployment not free

I was wondering is there somewhere else i can store my vidly app, like vercel?
and would it be able to support mongoDB?

because mlab is no longer on heroku either would object rocket work, once again it’s not free

Hi yes should be able to deploy node app to vercel. I was able to deploy MERN stack app there

You can use MongoDB Atlas for your DB and add your connection string to your app but note vercel may not store and serve static images so I used cloudinary for that which is a great service.

Also dont forget to use vercel environment variables to store your sensitive info like DB username, password and connection string