Wrote the backend server file with express, which receives a get request with a specific part of speech, then fetches data from a google sheet of German vocab words, checks if they match that specific part of speech, and if it does, add that vocab word as an array within a larger array of all vocab words that fit that part of speech, then sends the full array back as a JSON.
1