I’m doing a mission as a passion and its a boxing web site. I’m not certain how I ought to construction the completely different apis.
Listed below are my apis:
-
Admin API which relies upon extra on loading knowledge from fast api web site, however I added a entrance finish utilizing templ, htmx simply in case I have to manually replace a boxing match, fighter and so forth.
-
Internet API which is extra for the customers who login to the positioning
-
Cell API for cellular apps. I’m leaning in the direction of flutter for now. I’m additionally pondering additionally to mix net/cellular apis collectively as a result of they need to be doing the very same issues.
My general query is ought to I preserve all of those beneath in the identical listing stucture. Or do one thing like this under
Boxing
—–Admin Folders for Admin API
—–Internet Folders for Internet API
—–Cell Folders for Cell API
Any assistance is appreciated.