An interactive Menu app where restaurant customers can view available menu items by category and restaurant staff can create and delete dish items on the menu.
-
Copy the folder to SymfonyMAMP and rename to "web". Then cd to "web"
-
Install dependencies using
composer install
-
Install front-end dependencies using
npm install
-
Do the migration:
- Open file .env in "SYMFONY-MAMP" folder (not the "web" folder!)
- Rename database to
DATABASE_NAME=MenuDB
. - Open Docker > symfony-mamp_www_1 > CLI
- cd to "web" folder
- Run
php bin/console make:migration
- Run
php bin/console doctrine:migrations:migrate
-
Start Docker container SYMFONY-MAMP
-
Visit URL: http://localhost:8007/ to see the app
-
Use Crtl + C to stop the watch
Website template by Colorlib downloaded from Themeslab. Images from Unsplash