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
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