License: MIT
-
Create an .env file based .env_example file at the root of the project with value:
DATABASE_URL=mysql://user:password@server:3306/store_movies_week
-
Run command :
composer install
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
symfony serve
- URL access Swagger:
URL => http://127.0.0.1:8000/api/doc
- List api - endpoints available
php bin/console debug:route
- URL access api:
URL => http://127.0.0.1:8000/