How to start the docker environment for development purpose ?
docker-compose up
How to access then the main ressources ?
(you will need to accept the certificate exception as it is self-signed ones)
- https client
- http client
- https api contains also the API documentation !
- http api contains also the API documentation !
- cached https api contains also the API documentation !
- cached http api contains also the API documentation !
- https api contains also the API documentation !
- https admin panel
- http admin panel
docker-compose exec php bin/console doctrine:schema:update --force
to update the DB schemadocker-compose exec php composer ...
to run composer commanddocker-compose exec db psql -U api-platform -d api
to run SQL queriesdocker-compose exec client yarn add something
to add a front end dep
docker-compose exec php bin/console doctrine:fixture:load