Deploying node js application in netlify

Hi @aswanthv2, you won’t be able to run a node server on Netlify. Nor would you be able to host a database directly on Netlify. Being a JAMstack service, you can host your frontend (html, css, javascript only) on Netlify. If you need to find another solution if you need to run a full server and database.