jszmidt / bt-interview

Binary Tree example with Symfony5, PHP 7.3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bt-interview

Binary Tree example with Symfony5

Container

Installation

run docker and connect to container:

docker-compose up --build
docker-compose exec php sh

install symfony vendors:

composer install

create DB with schema:

 php bin/console doctrine:schema:create

run fixtures:

 php bin/console doctrine:fixtures:load

run tests:

 php bin/phpunit

Usage

Go to: localhost

About

Binary Tree example with Symfony5, PHP 7.3


Languages

Language:PHP 79.3%Language:CSS 8.7%Language:HTML 8.2%Language:Dockerfile 3.9%