/FamilyRecipes

a Recipe API and website. This will be used by myself and the family.

Primary LanguageC#MIT LicenseMIT

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