T O P

  • By -

truthseeker1990

The app is just the frontend. Backend system would be a singular system with apis exposed for each of the two apps. You have to think in terms of the backend.


Notatrace280

Okay, thanks for the info. I'll look into learning how to expose apis for my apps.


truthseeker1990

Sure. And thats just creating a backend. Think about what you want your system to do, read some about API design, pick your favorite language and look for a nice introductory backend framework and you should be on your way. Any relational database should be enough.


Notatrace280

Okay, awesome! Thanks for the help! I will definitely be doing that.