- 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 : [email protected]
- Password : root
- Mail : [email protected]
- Password : root2
- Mail : [email protected]
- Password : user
- Mail : [email protected]
- Password : user2