Coffeemaker is a web application simulating a e-commerce platform. The user can:
- Add ingredients to inventory with name and amount.
- Edit inventory ingredients (delete, change name, change amount)
- Add recipes consisting of a name, price, ingredient list, and amount of each ingredient.
- Edit recipes (price, amount of each ingredient, add new ingredients)
- Make a recipe with a given payment
The application follows MVC architecture and is guided by the use cases created.