So basically I want to make an application like netflix, where Categories are shown with the matching Movies. What is the best way to do this? I already made an enumeration of Categories and connected it to Movies, but just showing the enumeration on the homepage with matching Movies is something I cannot get done. Any tips?
↧