There was an error while loading. Please reload this page.
git clone git@github.com:howToCodeWell/code-quiz.git
docker-compose up -d
docker-compose exec api bin/console doctrine:migration:migrate
docker-compose exec api bin/console doctrine:fixtures:load
/etc/hosts
127.0.0.1 codequiz.local 127.0.0.1 api.codequiz.local
Make a HTTP request to the API
http://api.codequiz.local/api/v1
From the api folder run the following to create openapi.yaml in the ./docs/generated folder. This is ignored from the code base
api
openapi.yaml
./docs/generated
docker-compose exec api bash -c "bin/console api:openapi:export --yaml" > ./docs/generated/openapi.yaml