bradtraversy / proshop_mern

Shopping cart built with MERN & Redux
1.99k stars 1.18k forks source link

Server not hosted #184

Closed anirudh-t4 closed 1 year ago

anirudh-t4 commented 2 years ago

Working well in dev mode but when make build using cd frontend npm run build It only deploys the frontend. How do i host the backend as well?

noderox commented 2 years ago

If you want to host your backend app, you need to dockerize your backend application so that you can host it on a webserver.

im-ghost commented 1 year ago

You can host the backend on heroku