Skip to content

tnewman/interview-dotnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%