Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 766 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 766 Bytes

Overview

This exercise is intentionally left open ended. Within you will find a skeleton code base and a json file intended to simulate a database.

Requirements

  • API listing all customers
  • API retrieving a customer
  • API listing all orders
  • API listing all orders for a given date
  • API retrieving an order
  • API listing products
  • API retrieving a product
  • API list a customer's orders
  • API saving a customer
  • API saving a product
  • Create Unit Tests to exercise the above

Expectations

Implement the above listed requirements in a manner you see fitting. Demonstrate design and implementation aspects you feel are important in a software project.

Publish

Publish your implementation under your own github account.