Recipes icon

Recipes


This is a simple website I threw together to try and aggregate multiple recipe sites, with some additional personally desired features.

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