Recipes
This is a simple website I threw together to try and aggregate multiple recipe sites, with some additional personally desired features.
- No life story before the recipe
- Ingredients list visible beside the instructions
With this project I experimented with a DB-less infrastructure. Since all the data is static, it's stored in the docker image as a set of json files, loaded into memory at startup.
You can see the code here: https://github.com/joram/recipes
and the website here: recipes.oram.ca