2022-Spring-NYU-DevOps-Shopcarts / shopcarts

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

create shopcart #30

Closed kdokm closed 2 years ago

kdokm commented 2 years ago

Added factories, filled up the general procedure for routes (including tests), and implemented the function of creating shopcarts. Also fixed the error for 'find' and 'find_or_404' in 'models.py'. All 16 tests passed (including 4 new tests for creating shopcarts).