- Run application:
-
git clone git@github.com:rzagorski/simpleSymfonyGetApi.git
-
cd simpleSymfonyGetApi
-
composer install
-
php -S 127.0.0.1:8000 -t public
-
Browse to the http://127.0.0.1:8000/ URL.
Quit the server with CTRL-C. Run composer require server --dev for a better web server.
-
How to test?
- Run: php bin/phpunit