sunnydl / GamePerformanceTracker

Team project for CSE 115A in Fall 2021, UCSC
3 stars 0 forks source link

Update the user document in database everytime it get searched up #72

Closed sunnydl closed 2 years ago

sunnydl commented 3 years ago

When a user search request is initiated from the frontend. The backend endpoint should check if we have the user already in database, if so update the info with data from riot API, if not then create a new user document in database.