Git Product home page Git Product logo

football-teams-trade's Introduction

Football Teams Trade | Symfony v6^

Symfony app that allow teams to buy/sell players.

!! App & Doc are still in progress !!

Roles:

  • Master
  • Admin
  • Team Manager
  • Player

Features:

  • Multi-languages

Frontend

  • Template Engine: twig
  • Bootstrap
  • JQuery

Backend

  • Database: SQLite
  • Docker(-compose)
  • Testing: PHPUnit [coverage %]

Functionalities

  • Update team money balance [Admin]
  • See all teams money balance [Admin]
  • See player info page [Admin, Team Manager, Player]
  • Perform buy player action [Team Manager]
  • Perform [Accept/Reject] selling player [Team Manager]
  • [ ]

  • RSS teams and players updates





doctrine/annotations
doctrine/orm
doctrine/doctrine-bundle
doctrine/doctrine-migrations-bundle
symfony/security-bundle
orm-fixtures
symfony/orm-pack

format_currency filter:
composer require twig/intl-extra
composer require twig/extra-bundle

Auth

Admin:
Email: [email protected]
Pass: password

Team Manager:
Email: [email protected]
Pass: team1password

Player:
Email: [email protected]
Pass: player1password


2023-06-04T19:47:08+00:00 [info] User Deprecated: The "url" connection parameter is deprecated. Please use Doctrine\DBAL\Tools\DsnParser to parse a database url before calling Doctrine\DBAL\DriverManager. (DriverManager.php:256 called by DriverManager.php:172, doctrine/dbal#5843, package doctrine/dbal) 2023-06-04T19:47:08+00:00 [info] User Deprecated: Doctrine\DBAL\Connection::getEventManager is deprecated. (Connection.php:296 called by EntityManager.php:167, doctrine/dbal#5784, package doctrine/dbal) 2023-06-04T19:47:08+00:00 [info] User Deprecated: Doctrine\DBAL\Platforms\AbstractPlatform::usesSequenceEmulatedIdentityColumns is deprecated. (AbstractPlatform.php:3945 called by ClassMetadataFactory.php:626, doctrine/dbal#5513, package doctrine/dbal)


rm ./src/Migrations/* 2> /dev/null ;
php bin/console doctrine:database:drop --force --no-interaction &&
php bin/console doctrine:migrations:diff --no-interaction

php bin/console doctrine:database:drop --force --no-interaction &&
php bin/console doctrine:database:create --no-interaction && 
php bin/console  doctrine:migrations:migrate --no-interaction &&
php bin/console  doctrine:fixture:load --no-interaction


docker compose down --remove-orphans
docker compose up -d

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.