photoShare
1.0.0
Make sure you have Composer installed
Clone the repository
composer install
.env.local
file then copy this line: DATABASE_URL=mysql://db_user:[email protected]:3306/db_name
change the db_user
, db_password
and db_name
values according to your configuration and name the new DB.
We create the database: bin/console doctrine:database:create
We create the tables and columns: bin/console doctrine:schema:update --force
We create the fixtures (the false data): bin/console doctrine:fixtures:load
Start the internal Symfony server: bin/console server:run
Go to the indicated url: http://localhost:8000/
if the port is free
To log in or add a friend, you can use the user [email protected]
(password: solene
).