diff options
author | Julian Poyourow <julianpoyo@gmail.com> | 2021-02-18 22:04:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 22:04:26 +0000 |
commit | b9b256a061def4bf0167c4eeb290ebd6c7a3ff80 (patch) | |
tree | 6d613458c44c91d5c7cbd14c176ee6e73efd1515 | |
parent | Merge pull request #2377 from timvisee/master (diff) | |
download | awesome-selfhosted-b9b256a061def4bf0167c4eeb290ebd6c7a3ff80.tar.gz awesome-selfhosted-b9b256a061def4bf0167c4eeb290ebd6c7a3ff80.zip |
Add RecipeSage
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -568,6 +568,7 @@ _CMS are a practical way to setup a website with many features. CMS often come w - [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` - [Recipes](https://github.com/vabene1111/recipes) - Recipes is a Django application to manage, tag and search recipes using either built-in models or external storage providers hosting PDF's, Images or other files. `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` `TypeScript/Node.JS` ### E-commerce |