Skip to content

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

Notifications You must be signed in to change notification settings

kevTsii/football_teams

Repository files navigation

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 :)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published