In this article we will walk through deploying a complex fullstack project:
at the start point the frontend and the backend are in 2 different libraries, and the DB is in local postgreSQL.
at the endpoint there will be one url that can be spread around for people to reach the app on their browser.
I wrote this article since I myself struggled over this, spending more time than I should have.I was going over many articles and docs, each had partial info that took me part of the way to my goal. …