Hey everyone! I'm diving into web development and working on a couple of projects. For my first project, I'm creating a subdomain (xyz.thedomain.com) that will pull data from another domain (thedomain.com). For my second project, I built a feature that allows users to post topics/articles, which saves to the main domain's database. I'm curious if this setup is feasible, and I want to ensure I'm on the right track with learning. Thanks for your insights!
1 Answer
Absolutely, you can use the same APIs across multiple applications! If you have the right permissions, there's no limit to how many apps can call the same APIs. Your use of subdomains shouldn't be an issue at all, especially for learning purposes!
Thanks, that’s reassuring! Just to clarify, should I set up a database for xyz.thedomain.com even if I’m just fetching data from the main site?