Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor
Find a file
2021-01-04 16:44:45 -09:00
.vscode improved scraper with debug 2021-01-02 18:32:08 -09:00
dev clear notes 2021-01-03 20:10:25 -09:00
docs remove card 2021-01-03 20:07:36 -09:00
frontend confirmation dialog 2021-01-04 16:41:13 -09:00
mealie no folder crash error 2021-01-03 14:53:16 -09:00
.dockerignore init 2 2020-12-24 16:37:38 -09:00
.gitattributes init 2 2020-12-24 16:37:38 -09:00
.gitignore resolve dev issues 2021-01-04 16:44:45 -09:00
docker-compose.dev.yml init 2 2020-12-24 16:37:38 -09:00
docker-compose.yml docker file 2021-01-01 16:56:19 -09:00
Dockerfile test build 2021-01-03 16:04:56 -09:00
Dockerfile.dev init 2 2020-12-24 16:37:38 -09:00
LICENSE init 2 2020-12-24 16:37:38 -09:00
README.md Merge branch 'master' of https://github.com/hay-kot/mealie into 0.1.0 2021-01-03 12:25:10 -09:00
requirements.dev.txt init 2 2020-12-24 16:37:38 -09:00
requirements.txt migration changes 2021-01-01 16:51:55 -09:00
scratch.json test bot 2021-01-03 16:10:11 -09:00

Contributors Forks Stargazers Issues MIT License LinkedIn Docker Pulls


Mealie

A Place for All Your Recipes
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

Product Name Screen Shot

Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relavent data or add a family recipe with the UI editor.

Mealie also provides a secure API for interactions from 3rd party applications. Why does my recipe manager need an API? An API allows integration into applications like Home Assistant that can act as notification engines to provide custom notifications based of Meal Plan data to remind you to defrost the chicken, marinade the steak, or start the CrockPot. See the section on Meal Plan hooks for more information. Additionally, you can access any available API from the backend server. To explore the API spin up your server and navigate to http://yourserver.com/docs for interactive API documentation.

Main Features

Recipes

  • Automatic web scrapping for common recipe platforms
  • Interactive API Documentation thanks to FastAPI and Swagger
  • UI Recipe Editor
  • JSON Recipe Editor in browser
  • Custom tags and categories
  • Rate recipes
  • Add notes to recipes

Meal Planner

  • Random Meal plan generation based off categories
  • Expose notes in the API to allow external applications to access relavent information for meal plans

Database Import / Export

  • Easily Import / Export your recipes from the UI
  • Export recipes in into custom files using Jinja2 templates

Built With

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

Buy Me A Coffee

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/hay-kot/mealie

Acknowledgements