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 Orders Table #66

Closed jordan-castelloe closed 6 years ago

jordan-castelloe commented 6 years ago

Context

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

Associated Product Ticket

Issue #4

Process

  1. Create a function that promises to GET all orders
  2. Create a function that promises to GET an order
  3. Create a function that promises to POST an order
  4. Create a function that promises to PUT an order

Expected Result

This module should export the above functions