Skip to content

Basic weekly meal planner in Java using Postgresql

Notifications You must be signed in to change notification settings

LoganKells/meal-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meal Planner

About

"Every day, people face a lot of difficult choices: for example, what to prepare for breakfast, lunch, and dinner? Are the necessary ingredients in stock? With the Meal Planner, this can be quick and painless! You can make a database of categorized meals and set the menu for the week. This app will also help create and store shopping lists based on the meals so that no ingredient is missing." [1]

Install and Run

User Interaction

The system input is used with the following commands to interact with the program:

  • "add"
    • Program saves a meal with its properties — category, name, necessary ingredients.
    • The program stores all the meals in the Postgresql database and allows you to access them even after you close and reopen the app.
  • "show"
    • The program has the ability to display the meals by the chosen category.
  • "plan"
    • With the new "plan" command, the program helps the user plan their daily meals based on the saved options.
  • "save"
    • The program generates a shopping list containing all the required ingredients for the planned meals and save this list to the file together with the weekly plan.
  • "exit"
    • The program exits.

References

  1. Meal Planner (Java) Hyperskill project

About

Basic weekly meal planner in Java using Postgresql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages