Skip to content

chabanenk0/swiss_tournament

Repository files navigation

Swiss tournament project

Installation

  1. Clone repository to your local machine:
git clone https://github.com/chabanenk0/swiss_tournament
  1. Download the vendor files by running:
php composer.phar install
  1. Configure your DB in .env:
DATABASE_URL=mysql://root:[email protected]/swiss_tournament
  1. Create database and load fixtures:
bin/console doctrine:database:create
bin/console doctrine:migrations:migrate
bin/console doctrine:fixtures:load
  1. Download the node_modules files by running:
yarn install
  1. Running Encore:
./node_modules/.bin/encore dev
  1. Run server:
bin/console ser:run
  1. Load up the app in your browser:
localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •