RowinVanAmsterdam / dating-app-expanded

Repo for the Dating App
1 stars 0 forks source link

Change the location based interface to games #11

Closed RowinVanAmsterdam closed 5 years ago

RowinVanAmsterdam commented 5 years ago

The current app is location based. This has to be changed to game based. So, people will meet/match other people based on the same interesses in a specific game.

RowinVanAmsterdam commented 5 years ago

So I did changed them with underscores. We will write the games by hand, if that's working, we will look into using an API. But for now, we will write them by hand.

Database: MatchTag Collections: members call_of_duty_black_ops_4 red_dead_redemption_2

I used the following steps to rename the collections:

In terminal: mongo {link to the db + username + password} use MatchTag db.collectionname.renameCollection( "newcollectionname" ) source: https://docs.mongodb.com/manual/reference/command/renameCollection/