Skip to content

erdalceylan/blize-php

Repository files navigation

PHP Social Media and Chat APP - endpoint

symfony 6.4 LTS and PHP 8.1 >= your version

Run with Docker

create docker network

docker network create --driver bridge blize-network

run for up project

docker-compose up -d

connect php container

ddocker exec -ti blize-php bash

create tabes

bin/console d:s:u --dump-sql
//OR
bin/console doctrine:schema:update --force

fill dummy users

bin/console fill:fill_users

fill dummy messages

bin/console fill:mongo-messages

fill dummy stories

bin/console fill:mongo-stories

Blize Social Media Websocket https://github.com/erdalceylan/blize-socket

Blize Social Media Angular frontend https://github.com/erdalceylan/blize-angular

About

project website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages