create docker network
docker network create --driver bridge blize-networkrun for up project
docker-compose up -dconnect php container
ddocker exec -ti blize-php bashcreate tabes
bin/console d:s:u --dump-sql
//OR
bin/console doctrine:schema:update --forcefill dummy users
bin/console fill:fill_usersfill dummy messages
bin/console fill:mongo-messagesfill dummy stories
bin/console fill:mongo-storiesBlize Social Media Websocket https://github.com/erdalceylan/blize-socket
Blize Social Media Angular frontend https://github.com/erdalceylan/blize-angular
