Basically I want to create an app with Swift that has a list of places with ratings, and information about them. For obvious reasons, I don't want to have to hard-code all of the places, ratings, and descriptions. Is there a way I can do this? Would I use databases? Do I have to pay for hosting? Thanks!