SI-Encoding / amazon-clone-flask

Co-developed containerized Flask and React eCommerce store with payment processor and 2FA verification
1 stars 0 forks source link

Created Product and Order models #8

Closed darren277 closed 2 years ago

darren277 commented 2 years ago

Code Review Checklist

Description

Created Product and Order models and updated User model for field referencing orders placed.

UPDATE: Also created a GET products route and a universal controller for interacting with our models. Also split app into separate files: One for the app instantiator, and another for the server to run.

Type of change

How was it tested?