-1

I'm a student developer learning to build an eCommerce website. I currently have the front and back end implemented and hosted on Heroku (MERN). I've been reading the documentation on Square they have an eCommerce website builder so I assume they can host my website. However, I couldn't find any information on how to do it.

Need Help! Thank you!

Ziyang Wu
  • 1
  • 4

1 Answers1

0

Square has Weebly which technically will host your website, but it's a platform meant as a website-builder (not necessarily moving your backend+frontend code over). In order to host your current backend code, you'll need to find a different more traditional web-host provider.

sjosey
  • 1,360
  • 1
  • 6
  • 7
  • Thank you so much. Is there a best compatible hosting platform with sqaure? – Ziyang Wu Jan 17 '20 at 18:53
  • Any reasonable hosting platform should work, but it kind of depends on what your backend is going to be. Since Square just allows you to make API calls you can do it in nearly any language that supports HTTP requests. So, I can't really make any recommendations, sorry. – sjosey Jan 18 '20 at 00:54