Search code examples
node.jsreactjspostgresqlexpressnetlify

Can you deploy a express server on netlify and a react project on netlify and connect the two?


My React project is online but is not fully functioning because it cannot access my express server or psql database. Is there a way to deploy my restful api & express server on netlify? If not, where should I deploy?


Solution

  • Yes you can with netlify functions, but I would recommend Heroku