Up docker and move into php container
cd docker/
docker-compose up -d
docker-compose exec swn_php bash
Install composer dependencies
composer install
Run migrations
php bin/console doctrine:migrations:migrate
Move into php container
cd docker/
docker-compose exec swn_php bash
Run migrations
php bin/console doctrine:migrations:migrate -e=test
Build generated code
codecept build
Run tests
codecept run
Go to http://localhost:8010
and enter link to swagger documentation http://localhost:8000/swagger/index.yaml