Deploying a Node Server on a bare metal VPS
For a personal project I was working on, I wanted to deploy a nodejs server directly on the VPS without using any of the container solutions as it was a fairly basic project. I came up with a deployment guide for that project, which I'm now publishing to the public. Table Of Contents Table Of Contents Deployment Prepare the production server The root user Creating a user account for your…