Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.35 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.35 KB

FamilyRecipes

🚧 Currently under Development 🚧

  • This will be an app to save and share recipes that my family uses. Now they can all be in one singular spot not all over the place!

Tools

Architecture

  • FamilyRecipes.API -> .NET6 Web API (MVC style)
  • FamilyRecipes.WebApp -> The FrontEnd, a Blazor Web App interacts with the API
  • FamilyRecipes.Tests -> the XUnit part to run tests on my project
  • Cosmos DB on Azure -> The NOSQL DB to store data
  • Azure Blob Storage for images

TODOs