A recipe keeper, meal plan organizer, and shopping list manager that can import recipes directly from any URL.
Deploy this app to Linode with a free $100 credit!
Share and collaborate on recipes, manage household shopping lists and meal planning, and import recipes from anywhere on the web instantly.
You can access the hosted version of RecipeSage here: https://recipesage.com
You can also selfhost your own copy or RecipeSage (see https://github.com/julianpoy/recipesage#ramen-self-hosting)
All of your recipes in one place, and access them from any device.
Feels native on every device, and can be installed to the homescreen.
Import recipes from any website out there (see RecipeClipper for more info on how it does this).
A built-in meal planner makes it easy to plan your meals. Meal plans and shopping lists can be shared between multiple people!
Meal plans support drag and drop, shopping lists support automatic item categorization.
To selfhost RecipeSage, I recommend that you use the preconfigured docker-compose files available here: https://github.com/julianpoy/recipesage-selfhost
You're welcome to configure or set up your own selfhost config based on this repository, but you may run into complications. The selfhost repository is setup to be easy to spin up, while this repository is oriented towards development.
RecipeSage is dual-licensed.
For all non-commercial usage, RecipeSage is available for use under the terms of the AGPL-3.0 license.
For all commercial usage, RecipeSage is only available for licensing upon request. You may contact me at julian@recipesage.com to request a license. Pricing for commercial licenses will depend on usage, and all associated fees/proceeds are intended to support the project and community as a whole.
Contributor license agreement.
This allows RecipeSage to continue to provide the hosted instance, as well as license the API to other projects that may not have compatible licenses with AGPL.
When contributing or suggesting code for RecipeSage, you irrevocably grant RecipeSage all rights to that code. See the CLA file in the repo for the complete CLA.
Setting-up your development environment.
Your development environment can be setup with a few easy steps.
1. Generate the ssl certificates for your devbox by running ./scripts/generate-ssl.sh
from the project's root directory
2. Up the docker images docker-compose up -d
(If you don't have docker installed, you may get it here
3. Run the migrations scripts; docker-compose exec backend npx tsx packages/backend/src/migrate.js
4. That's all! Your localized version of recipe sage should be viewable at localhost
on port 80
๐ฃ
Backend API tests can be run via docker-compose exec backend npx nx test @recipesage/backend
Please login to review this project.
No reviews for this project yet.
Material design inspired recipe manager with category and tโฆ
Web-based application to manage your recipes and plan your โฆ
Django application to manage, tag and search recipes using โฆ
Comments (0)
Please login to join the discussion on this project.