I'm building a MEAN stack app. And here's the structure:
- A MongoDB database is on one port
- The images are hosted on Uploadcare, and the cdn_url for images are in the MongoDB database
- The application is going to have its own URL, like "gofloppy.com"
My problem isn't that I can't figure something out, it's that I'm confused if it's okay to use so many urls just for one application. So, is it okay to do something like that or will it end up causing problems down the road?