Dumkaaa / php_part

test task on symfony4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements:

Installation:

  1. Clone repository $ git clone git@github.com:READYTOMASSACRE/php_part.git && cd php_part

  2. Install composer dependencies $ composer install

  3. Install frontend dependencies $ yarn install

  4. Set your connection to database in .env.local For example: DATABASE_URL="mysql://root:root@0.0.0.0:3306/db_name"

  5. Set up migrations $ php bin/console doctrine:migrations:migrate

  6. Fill data from source $ php bin/console app:get-rbc-news

  7. Build frontend $ yarn encore production

  8. Start your server (by default on http://127.0.0.1:8000) $ symfony server:start

About

test task on symfony4


Languages

Language:PHP 78.6%Language:HTML 12.0%Language:JavaScript 9.3%Language:CSS 0.1%