Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 461 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 461 Bytes

test-itmo

Test task for ITMO University

Installation

# create .env file based on .env.env-dist and your data
$ cp .env.env-dist .env

# install dependencies
$ composer install

# create database and migrate migrations
$ composer run data:migrate

Additional info

# server run
$ composer run server:run --timeout=0

# load fixtures
$ composer run fixtures:load

# recreate database and fill data
$ composer run data:recreate