I am a beginner in angular / node and I have a question that maybe can be simple (I believe) ...
I was following the "Tour of Heroes" tutorial and started to wonder if it would be possible to have a type of "Contract"
Contract would receive the data of the api Hero (id, name ...) and also data of another api "Company" (id, name, location ...) and then join everything in a called api "Contract".
Then in that case I could list "Contract ID" or "contract number", and see the information (which company, which hero, that kind of thing)
Is it possible to do this with node, angular and mysql? if it is ... Could you show me some example or tutorial to follow?
Thank you!