It is an application to manage football teams, their players and transactions between teams.
Instructions on how to install and set up the project.
- Clone the repository:
git clone https://github.com/crystel1996/team-football.git cd team-football
- Install frontends
cd frontend/app npm install
- Create the .env file on the frontend root
- Copy the key to the env-sample file and fill its values
- Run http://localhost:3000
- Install backends
cd backend
composer install
php bin/console make:migration
php bin/console doctrine:migrations:migrate
- Create the .env file on the backend root
- Copy the all key from the env-sample file to .env file and fill its values
- Create your postgresql database
- Run symfony server:start
https://team-football.vercel.app/
Account to test:
email: admin@admin.com
mdp: admin