Skip to content

Simple application to generate weekly menus while providing list of ingredients for each meal to build a shopping list. WIP

License

Notifications You must be signed in to change notification settings

JustinByrne/Mealing

Repository files navigation

Mealing

laravel tests workflow GitHub

A simple Laravel application to allow users to add recipes, and create generated menus for a week. With the menu this can also produce a list of all ingredients needed for the week of recipes that can be used as a shopping list.

Installation

  1. Download the latest release
    • git clone https://github.com/JustinByrne/Mealing.git
  2. Within the new directory run the following
    1. composer install
    2. cp .env.example .env
    3. php artisan key:generate
    4. php artisan storage:link
    5. php artisan migrate

During the installation process an admin account is created, this account has all permissions by default and any new ones as they are created.

email: admin@example.com
password: password

It is advised that these details are changed straight after installation.

About

Simple application to generate weekly menus while providing list of ingredients for each meal to build a shopping list. WIP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project