How to deploy a Nodejs server in Vercel | Node JS backend
How to deploy Node JS backend on Vercel What is Vercel? Vercel is an American-based cloud platform company. Vercel provides a platform that enables its users to host their static as well as dynamic websites. Vercel is free to use and it is always up. Vercel manages deployment through the Git repositories as it is directly linked to the Git accounts of the user. You may also like: How to host react on firebase . How to install Python . How to install MySQL Workbench . How to install XAMPP . Prerequisite: A Git hub account. A Vercel account (linked with the git account). Note: This article only explains, how to deploy node js serve to vercel i.e., only the backend, for the frontend part, there will be another article, explaining the same, so please follow the other article as well because the frontend will be hosted on firebase and it is developed in react. How to host a node js backend on Vercel Note: In order to deploy a node server on vercel, please add a file named vercel.json ...