Deploying Express nodejs project on a server with nginx

Here is how I set up and deploy my nodejs project on a remote server. In this setup, I only use basic express routing to run and show the index.html and sample API. First, you need to install the required libraries to your server, for installation run this command sudo apt install nginx sudo apt …

Deploying Express nodejs project on a server with nginx Read More »