Skip to content

dxd9318/BatchBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BatchBuddy

A tiny but realistic C#/.NET API for managing baking inventory and recipes, made in one evening. You can:

  • list ingredients,
  • list recipes,
  • bake a recipe (which deducts inventory),
  • (coming soon) view low-stock ingredients

Swagger is enabled for easy demo/testing.

Tech Stack

  • .NET 8 Web API (C#)
  • In-memory data (no DB for the time being)
  • Swagger (Swashbuckle)
  • (coming soon) xUnit + FluentAssertions

About

Track your baking recipes and ingredients inventory as you bake!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages