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

Anteste/e-commerce-symfony4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f725b15 · Jun 21, 2020

History

8 Commits
Sep 21, 2019
Sep 19, 2019
Sep 21, 2019
Sep 19, 2019
Sep 21, 2019
Sep 21, 2019
Sep 19, 2019
Sep 21, 2019
Sep 19, 2019
Sep 19, 2019
Sep 19, 2019
Jun 21, 2020
Sep 21, 2019
Sep 21, 2019
Sep 19, 2019
Sep 21, 2019

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:root@127.0.0.1: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