Weekly meal planner to plan meals and create accurate shopping lists, built in Laravel 8 and Vue.js.
Save and organise meals to be included in the Meal Plan.
View meal, specify which meal slots the meal will appear in. You can click through to here from the Meal Plan so its recommended to add high quality data to steps for when its time to cook.
Randomly create Meal Plans based on your created meals.
Tweaks your Template to fit your schedule, going into the office one day? Parents for a roast? Disable the meal slots accordingly.
View the total ingredients you will need for your Meal Plan, it calculates this from your Meals, so be accurate.
composer install
npm install
- Start:
./vendor/bin/sail up
(http://localhost) - Stop:
./vendor/bin/sail down
- Build:
npm run dev
- Watch:
npm run watch
php artisan test