diff options
author | nodiscc <nodiscc@gmail.com> | 2021-02-28 12:18:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 12:18:45 +0000 |
commit | 52bc21d5ee7963340a6898e5af55f6783f9a0502 (patch) | |
tree | 3c3edb20e78d3911797ede241fb87b6cbefa8494 | |
parent | Merge pull request #2425 from julianpoy/patch-1 (diff) | |
parent | Update README.md (diff) | |
download | awesome-selfhosted-52bc21d5ee7963340a6898e5af55f6783f9a0502.tar.gz awesome-selfhosted-52bc21d5ee7963340a6898e5af55f6783f9a0502.zip |
Merge pull request #2426 from hay-kot/master
add Mealie to Recipe Management
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -565,6 +565,7 @@ _CMS are a practical way to setup a website with many features. CMS often come w ### Recipe management +- [Mealie](https://hay-kot.github.io/mealie/) - Material design inspired recipe manager with category and tag management, shopping-lists, meal-planner, and site customizations. Mealie is focused on simple user interactions to keep the whole family using the app. ([Source Code](https://github.com/hay-kot/mealie)) `MIT` `Python` - [OpenEats](https://github.com/open-eats/OpenEats) - Recipe management site that allows users to create, store, share and rate recipes, create grocery lists, and more. ([Demo](https://open-eats.github.io/)) `MIT` `Python` - [RecipeSage](https://github.com/julianpoy/recipesage) - A recipe keeper, meal plan organizer, and shopping list manager that can import recipes directly from any URL. ([Demo](https://recipesage.com)) `AGPL-3.0` `Node.JS` - [Tandoor Recipes](https://docs.tandoor.dev/) - Django application to manage, tag and search recipes using either built-in models or external storage providers hosting PDFs, Images or other files. ([Demo](https://app.tandoor.dev/), [Source Code](https://github.com/vabene1111/recipes/)) `MIT` `Python` |