Skip to content

{SCHOOL PROJECT} A project made in symfony 4.4, to create an app like what's app or messenger, but in webapp

Notifications You must be signed in to change notification settings

Weder77/MessengerSymfony

Repository files navigation

Welcome to MessengerSymfony 👋

A school project in symfony. This is a like messenger / whatsapp app but in web.

Installation

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

Run server

php -S localhost:8000 -t public

Authors

👤 @Weder77 @Sheraw91

Screenshots

register creategroup conversation1 conversation3

Show your support

Give a ⭐️ if this project helped you!

About

{SCHOOL PROJECT} A project made in symfony 4.4, to create an app like what's app or messenger, but in webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published