# API The API will be here. Refer to the [Getting Started Guide](https://api-platform.com/docs/distribution) for more information. ## Migrations and database ```bash docker compose exec php bin/console doctrine:migrations:diff docker compose exec php bin/console doctrine:migrations:migrate ```