How do I upload my express server to netlify?

@EliteSamurai You cannot, as Netlify doesn’t provide runtime node.js hosting, see:

Your options are:

  • Adjust your code to work with Serverless Functions
  • Host your back-end elsewhere and use a Proxy
  • Host your entire application elsewhere