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.
- .NET 8 Web API (C#)
- In-memory data (no DB for the time being)
- Swagger (Swashbuckle)
- (coming soon) xUnit + FluentAssertions