This a personal project that i made to show my personal skills in Symfony 6.4
In this project, I used the n-tier architecture.
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