Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Anteste/e-commerce-symfony4

Repository files navigation

e-commerce

e-commerce with Symfony 4

Repository After cloning this, modify the .env file and replace the line below with your access to the database

DATABASE_URL=mysql://root:[email protected]:3306/masuperagence

To install the different packages necessary for the application to work

$ composer install

Run the php server

$ php bin/console server:run

Make the migration

$ php bin/console doctrine:migrations:migrate

Generate the fixtures

$ php bin/console doctrine:fixtures:load --append

To access the administration, go to '/ admin' then enter the admin credentials admin:admin