right now, city, state and country are default being inputted into the db as enums from the react-country-city-state library. to make things easier for us, upon signup we should take the enum, get the string associated for it, and then just send the actual string to the database.