Integrate the app with MongoDB Atlas so that we can store the information we get from API calls.
Benefits:
We only have to make API calls to load a user's information once per day (or however often we specify), rather than every time they log in. This greatly aids in rate limiting
Opens up the possibility of sharing profiles; since we no longer need a user to be logged into Spotify directly, we can have a "sharing" feature where profiles may be able to get shared with other people.
Integrate the app with MongoDB Atlas so that we can store the information we get from API calls.
Benefits:
est time: 4 hrs