- run
docker compose up -d
- run
bin/console doctrine:fixtures:load
(yes, when asked if you want to purge the database)
in order to access the inbuilt table GUI, we are using Adminer to access it:
- open
http://localhost:8000/
and login (system: PostgreSQL server: database username: root, password; eventpoint, database: eventpoint)