Skip to content

AluTheCrow/interview-dotnet

 
 

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.

Publish

Publish your implementation under your own github account.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%