Skip to content

pristupaeugen/test_payever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payever test project

A Symfony project created on June 10, 2017, 11:09 pm.

Start application

To start application you need:

  1. Copy app/config/parameters.yml.dist to app/config/parameters.yml. Add your credentials to app/config/parameters.yml.

  2. Make composer installation:

$ composer install

  1. Update database structure:

$ php bin/console doctrine:schema:update --force

  1. Execute database migrations:

$ php bin/console doctrine:migrations:migrate

Execute unittests

From project directory make command:

$ vendor/bin/phpunit

Link to application

http://your_url/api/doc

Important

We should pass data in raw format but not in form data format

Contexts Map

Contexts map is in contexts_map.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published