hatchways / team-blt

1 stars 0 forks source link

Backend product and list models #27

Closed jason1794c closed 3 years ago

jason1794c commented 3 years ago

Created product and list models as well as added routes to create, read, update, and delete the products and lists. User model has been updated so that no one can delete the users list, and only the user themselves can update or delete their profile. The user and product/list model APIs are in their own respective files and have been moved to the api folder.