I am creating a programme for a project that can recommend places to visit in a city.
If I had a bunch of restaurants with their locations on my database and I had the user input their location, what would be the best way of recommending restaurants closed to them. I wouldn't be recommending based on location alone but I just don't know the best methods to go about doing this. I am willing to learn I just don't know where to start!
Having the user input their location (such as post code) would be enough - I don't know if I have enough technical skill to use gps, I am fine with APIs etc.