chicken-sloths / bangazon-api-sprint1

API for a mock Amazon + Etsy platform providing developers access to the company's employee & product data
0 stars 0 forks source link

Create Product_Type MVC #60

Closed jordan-castelloe closed 6 years ago

jordan-castelloe commented 6 years ago

Context

This should create the model, route, and controller to fetch data from the Product_Type table

Associated Product Ticket

Issue #5

Process

  1. Create a function that promises to GET all products types
  2. Create a function that promises to GET a single product type
  3. Create a function that promises to POST a product type
  4. Create a function that promises to PUT a product type
  5. Create a function that promises to DELETE a product type

Expected Result

This module should export the above functions