NickPriv / FryRankBackend

A back-end Java application allowing users to create and view reviews for french fries at restaurants
https://fryrank.oxyserver.com
0 stars 0 forks source link

WIP: Add user metadata APIs #75

Closed oxyflush closed 1 month ago

oxyflush commented 2 months ago

This commit adds the user metadata API. This API contains two REST methods: GET and POST for /userMetadata. POST is an upsert that adds or replaces a given user's metadata entry in the mongodb collection using the user's google ID as a key. GET retrieves the user's metadata given a user's ID.