Skip to content

smilesrg/stfalcon_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Images API

Installation

To run this application, you need to do following after cloning the repository

composer install
app/console doctrine:database:create
app/console doctrine:schema:create
app/console doctrine:fixtures:load --no-interaction
app/console server:run

Then you'll be able to read the docs of the API by accessing following url: http://localhost:8000/api/doc

Running functional and unit tests

To run functional and unit tests, you need to set up test database first

app/console doctrine:database:create -e test
app/console doctrine:schema:create -e test
app/console doctrine:fixtures:load -e test --no-interaction

You can do it only once, you don't have to do it each time before running the test. To execute tests, run following

bin/phpunit -c app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published