cotton-more / gog-php-assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOG PHP Assigmnet

An API to manage catalog and cart

Install

Clone the repository and install all required libraries by running

composer install

Then create an application database (named "gog") and create fixtures

./bin/console doctrine:database:create

./bin/console doctrine:schema:update --dump-sql --force

./bin/console doctrine:fixtures:load

Tests

./vendor/bin/phpunit

Documentation

Documentation is available at the following url

/api/doc

About

License:The Unlicense


Languages

Language:PHP 91.8%Language:HTML 4.7%Language:ApacheConf 3.4%