Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 554 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 554 Bytes

DoctorlyChallengeFoodRecipes

Doctorly challenge The Task In order to preserve all the food recipes of the world you are given the task of creating an API system that handles the storage and governance of that data.

System Implementation Points

  • The system should be built on top of Entity Framework
  • The system should be built with .Net Core
  • The API should have a client that will be consumed by 3rd parties
  • The API will have public facing documentation
  • Users will have different level of access

This Project is a solution for this challenge