- Clone the repository
- Run
cd headless-cms/to navigate to the project directory - Create a
.env.localfile and set the database connection from.envfile - Run
composer install - Run
php bin/console doctrine:database:create - Run
php bin/console doctrine:migrations:migrate - Run
php bin/console doctrine:fixtures:load
Launch the server with php bin/console server:start and navigate to API Documentation to see the available routes.
- Mail : root@exemple.com
- Password : root
- Mail : root2@exemple.com
- Password : root2
- Mail : user@exemple.com
- Password : user
- Mail : user2@exemple.com
- Password : user2