Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alrammahi-mariia/menu_app_symfony
Menu app
https://github.com/alrammahi-mariia/menu_app_symfony
Last synced: 23 days ago
JSON representation
Menu app
- Host: GitHub
- URL: https://github.com/alrammahi-mariia/menu_app_symfony
- Owner: alrammahi-mariia
- Created: 2022-06-04T23:10:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T17:23:56.000Z (over 2 years ago)
- Last Synced: 2024-11-14T01:29:54.329Z (3 months ago)
- Language: HTML
- Size: 17.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Menu_app_Symfony
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.
# Steps to follow
1. Copy the folder to SymfonyMAMP and rename to "web". Then cd to "web"
2. Install dependencies using `composer install`
3. Install front-end dependencies using `npm install`
4. 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`5. Start Docker container SYMFONY-MAMP
6. Visit URL: http://localhost:8007/ to see the app
7. Use Crtl + C to stop the watch# Tech stack
1. [Symfony](https://symfony.com/)
2. [PHP](https://www.php.net/)
3. [MySQL](https://www.mysql.com)
4. [SymfonyMAMP](https://github.com/kalwar/Symfony-MAMP)# Copyright
Website template by [Colorlib](https://colorlib.com/) downloaded from [Themeslab](https://themeslab.org/). Images from [Unsplash](https://unsplash.com/)