CU-CSCI3308-Fall2023 / VentureVibes

Empowering personalized travel experiences, our app simplifies vacation planning by crafting tailored itineraries that match individual preferences. We aspire to streamline the overwhelming array of options and create memorable, personalized journeys for every traveler, ensuring each person discovers the perfect activities that resonate with their
0 stars 1 forks source link

Passed all lab 11 test cases, UATs, and meeting log #16

Closed maechen closed 11 months ago

maechen commented 11 months ago

Before getting header errors for login tests because cannot have multiple responses in body (res.anything). The errors for the discoverData tests were because discoverData is a GET route, unlike the POST login route, but we were still testing it as if it were also a POST.