Pizzeria is an application designed to show a catalog of pizzas with ingredients, the client can add ingredients changing the price of the pizza
- run database.sql into PostgreSql
- unpack pizzeria
- run in console composer install
- go to .env and change line 28 with postgres user and password
- run in console symfony server:start
- access http://localhost:8000/
- The app shows one grid with the type of pizzas available and description
- Click in the link "shows" to see the details of the pizzas and list of ingredients extra
- In the grid of Ingredients click on the "Add" link to add to the pizza's list of ingrediente and shows the new price
- Clink on "shows" link on the list to reset
- /src: Entitys, controllers.
- /public: Styles, Js files
- /templates: twig templates