- [ ] Create an order entity that would associate users with items (many-to-many relation) - [ ] Upon checking out (i.e. clicking the checkout button), associate the order with the user
Create an order entity that would associate users with items (many-to-many relation)
Upon checking out (i.e. clicking the checkout button), associate the order with the user