Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 713 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 713 Bytes

football_clubs

This a personal project that i made to show my personal skills in Symfony 6.4

Architecture

In this project, I used the n-tier architecture.

Installation (after git clone)

1- Change the database parameters in the .env as you wish
2- composer install
3- php bin/console doctrine:database:create
4- php bin/console make:migration -n
5- php bin/console doctrine:migrations:migrate --all-or-nothing --no-interaction
6- php bin/console app:import-countries
7- npm install
8- npm run build
9- launch the server
  a- if you have Symfony CLI : symfony server:start
  b- if you don't : php -S 127.0.0.1:8000 -t public

enjoy :)