Spice-Shop / spice-shop

An eCommerce platform for people to buy their favorite spices.
MIT License
0 stars 0 forks source link

Start Planning the Model and backend for Orders #19

Open cofuente opened 6 years ago

lindsaysack commented 6 years ago

-Created order model, no added properties, only default ID and created/edited dates. Created association so that order has a userid foreign key

lindsaysack commented 6 years ago

created OrderLineItems model