Fake Online REST server for a fridge list (https://my-json-server.typicode.com/)
Used as a fake external service for a university project
- One Food URL which contains a list of dict whereby each dict represents one item within the fridge
- Each fridge item has a name, a type for different kinds of food (e.g. topping, spread, etc.) and a status for a precentage of how much is left.
- One Stats URL which contains information about how many items are within the fridge anf if a refill is needed.