/meal-planner

Python/Flask app that allows users to create weekly/monthly meal plans using Fullcalendar's template and events feature. Users can search for recipes using Spoonacular's API or create their own and save them in their digital cookbook. Users can also generate a 'shopping list' for recipes listed in their meal calendar.

Primary LanguageJavaScript

Plan:Eat (meal-planner) v1.0

Plan:EAt is a web application that allows users to schedule meals for a week/month/year with recipes that they have either created and entered, or searched and saved from the web. Recipes are stored in the db with their ingredients and instructions and accesed via a user's individual, virtual cookbook. A shopping list can also be created with one click at any time for the next week. This list as well as the calendar itself can also be printed if desired.

Built With

  • Python
  • Flask
  • Javascript (vanilla)
  • JQuery
  • AJAX
  • MySQL

Live

https://plan-eat-din.herokuapp.com

License

Plan:Eat is provided under the MIT license.

The MIT License (MIT) Copyright (c) 2018 Jason Jones

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Acknowledgments

We used:

Spoonacular api, instead of scraping the web for recipes
Fullcalendar for the calendar template and events features