BanaNae-Nae420 / 3308Group8RateMySeat

0 stars 0 forks source link

start of lab 11 and /addReview endpoint #18

Closed carsomatte closed 1 week ago

carsomatte commented 1 week ago

created /addReview endpoint which has 8 queries: insert into reviews insert into images insert into reviews_to_images insert into reviews_to_users insert into seats insert into reviews_to_seats SELECT event_id FROM events - instead of user being able to type any event insert into reviews_to_events

added negative and positive tests for /addReview and /register