Steps:
- git clone TheBestPizza
- cd TheBestPizza/
- composer install
- php bin/console doctrine:database:create
- php bin/console doctrine:schema:update --force
- php bin/console doctrine:fixtures:load
- symfony php bin/phpunit
- symfony server:start
// docker
- git clone git@github.com:youssfisebti/TheBestPizza.git
- cd TheBestPizza/
- docker-compose up -d --build
- docker exec -it php-app-pizza bash
- php bin/console doctrine:database:create
- php bin/console doctrine:schema:update --force
- php bin/console doctrine:fixtures:load
- symfony server:start
- et depuis votre navigateur http://localhost:8089/
Pour se connecter
- Compte admin : admin --- admin
- Compte Client : client --- client