diff options
author | Julian Poyourow <julianpoyo@gmail.com> | 2021-02-18 22:09:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 22:09:45 +0000 |
commit | 9e569189d1b1e400db6f489e61374a8629302121 (patch) | |
tree | 036b1c8d5eccd1ea22afed7557597b181c6e8c0d | |
parent | Add RecipeSage (diff) | |
download | awesome-selfhosted-9e569189d1b1e400db6f489e61374a8629302121.tar.gz awesome-selfhosted-9e569189d1b1e400db6f489e61374a8629302121.zip |
Update RecipeSage backend language
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -568,7 +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` +- [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` ### E-commerce |