How to keep track of 'goers' in the Nightlife Coordination App

Hi! I’m trying to build the Nightlife Coordination App using the Yelp Fusion API described in the Back End Web Development: Dynamic Application Projects.
My problem is, I can not think of a way to keep track of all the users who would ‘go’ to a particular place.
Do I generate a collection (in mongodb, using the data from the API) of all the places, with the place’s id as the identifier and the ‘goers’ as properties? or is there a more practical/efficient way to do this.
Any ideas, guys?

Do I generate a collection (in mongodb, using the data from the API) of all the places, with the place’s id as the identifier and the ‘goers’ as properties?

Sounds like a plan.

1 Like