Sweet Layer Bakery: custom cake orders
Create a backend for a small bakery that takes custom cake orders: customers, orders with a due date, a status (new, confirmed, in the oven, ready, picked up), servings and price. Use proper field types, add a few sample orders, and expose it as a REST API.
- Project with two typed boards: Customers (phone, email, notes) and Orders
- Orders: relation to a customer, cake, servings with a 1 to 200 rule, due date, status with the five stages, price, deposit checkbox
- Six sample orders across four customers, in dependency order
- REST endpoints /customers and /orders with GET, POST and PATCH, plus a server-side key
The bakery already has a kanban by status, a calendar by due date and a customer table with tap-to-call phones. Nothing else was built.