Skip to content

laravel-vesuvius/swen-test-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWEN

Up and run

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

Tests

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

Documentation

Go to http://localhost:8010 and enter link to swagger documentation http://localhost:8000/swagger/index.yaml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published