A school project in symfony. This is a like messenger / whatsapp app but in web.
git clone https://github.com/Weder77/MessengerSymfony.git
cd MessengerSymfony
Now you have to edit your .env If you are on MacOS, edit line 32, replace with
DATABASE_URL=mysql://root:[email protected]:[YOUR PORT]/messenger
and if you are on windows, replace with :
DATABASE_URL=mysql://root:@localhost:[YOUR PORT]/messenger
Next, follow theses instructions
composer install
php bin/console doctrine:database:create
php bin/console make:migration
php bin/console doctrine:migration:migrate
php bin/console doctrine:fixtures:load
php -S localhost:8000 -t public
👤 @Weder77 @Sheraw91
Give a ⭐️ if this project helped you!