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 Employee_Department Model #58

Closed joechesney closed 6 years ago

joechesney commented 6 years ago

Context

This should create the model to fetch data from the Employee_Department table

Associated Product Ticket

Issue #2

Process

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

Expected Result

This module should export the above functions