2022-Spring-NYU-DevOps-Shopcarts / shopcarts

Shopcarts squad.
Apache License 2.0
2 stars 2 forks source link

added find_shopcart and find_shopcart_or_404 #31

Closed yjjw closed 2 years ago

yjjw commented 2 years ago

Added find_shopcart method and find_shopcart_or_404 method. find_shopcart returns the associated shopcart including items or None, given the user id, find_shopcart_or_404 returns the associated shopcart without items or 404, given the user id